• different notation
    Hello guys, just a silly question, is it possible to modify code to a different notation: //************************************************************************** void SPI_send_8(unsigned...
  • Binary
    how many gigabytes in a terabyte?
  • Binary
    How do you represent the number 23 as an 8 bit binary number?
  • Binary number
    How do I use a binary number so that the compiler understand it? This is what I've done: 10101010b But the compiler gives an error: syntax error near 'b'
  • BCD to binary
    How can convert 32-bit BCD to Binary vise-versa.?