• multi slave in I2C bus
    Please help me at C code for reading time from DS1407 on I2C bus.I am able to R/W data to an EEPROM on the same bus.But when i read the time i get 0xffff for hrs,mins and secs even after initializing...
  • Dual tone multi frequency
    hi please suggest me a good dtmf chip compatible with 89c51. thanks in advance
  • Multi-tasking...
    I want to read a character input from the keyboard so I used.. getchar(); The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard...
  • multi project
    Hello everyone, I have created a Multi project using STM32f407VG in Keil Uvision 4, In this i have included three project, out of these two are library project & the third one is the project where...
  • Multi-dimensional arrays as parameters to functions
    I apologize for the ignorance. I have a function void Color_send(uint8_t (*color)[3], uint16_t len) The function have as parameter for RGB of ligth any as uint8_t light[100][3]; Solve...