-
Notifications
You must be signed in to change notification settings - Fork 10
Description
No matter what i do i always get this error:
In file included from servuino.c:138: ││ │ │arduino_lib.c: En la funci n ~@~Xint shiftIn(int, int, int)││ │ │arduino_lib.c:87:1: aviso: no hay una declaraci n de devoluc││ │ │ } ││ │ │ ^ ││ │ │arduino_lib.c: En la funci n ~@~Xlong unsigned int pulseIn(││ │ │arduino_lib.c:92:1: aviso: no hay una declaraci n de devoluc││ │ │ } │└─────────────────────────────────────────────────────────────────────┘ │ ^ │┌─Serial Interface────────────────────────────────────────────────────┐ │arduino_lib.c: En la funci n ~@~Xlong unsigned int pulseIn(││ │ │arduino_lib.c:97:1: aviso: no hay una declaraci n de devoluc││ │ │ }
If i try to load any sketch (included blink.ino) i got the same error. Even if i load other script, the program output is the one from the blink.ino.