Compiler Error 403

  1. include "mbed.h"
  2. include "TextLCD.h"
  3. include "DebouncedIn.h" TextLCD lcd(PTB10, PTB11, PTB2, PTB3, PTB4, PTB5); rs, e, d4-d7

debouncedIn bottun1(PTC12); debouncedIn button2(PTC13); int C1=0x0f; int i; int main(){ lcd.cls(); lcd.write command(C1); lcd.printf("Bienvenido a ver si prende");

lcd.printf(" Cuenta % d", i);

while(1){ if button1.falling(){ LED1=LED!; ++ i; locate(7,0); lcd.printf(" % d", i); } } } }


All wikipages