• error C132: 'interrupt1': not in formal parameter list
    Good Day, i am a novice programmer and am trying to compiler a code for micro controller AT89C52 using a reference code but i keep running to an error which seems to be causing other errors. #include...
  • error C132: 'interrupt1': not in formal parameter list
    Good Day, i am a novice programmer and am trying to compiler a code for micro controller AT89C52 using a reference code but i keep running to an error which seems to be causing other errors. #include...
  • i2c.h(4): error C132: 'I2CInit': not in formal parameter list
    #ifndef _I2C_ #define _I2C_ void I2CInit(void); void I2CStart(void); void I2CRestart(void); void I2CStop(void); void I2CAck(void); void I2CNak(void); void I2CSend(unsigned char); char I2CRead(unsigned...
  • i2c.h(4): error C132: 'I2CInit': not in formal parameter list
    #ifndef _I2C_ #define _I2C_ void I2CInit(void); void I2CStart(void); void I2CRestart(void); void I2CStop(void); void I2CAck(void); void I2CNak(void); void I2CSend(unsigned char); char I2CRead(unsigned...
  • formal parameter list
    how do you creat/start/stop a formal parameter lists in a .h that you have created?