Hi,
can anyone give me a hand to compile/make “sck_beta_v0_8_6.ino”
I get a bunch of warnings and errors which I do not know where they come from.
I didn’t change the source! I just downloaded and compiled as described.
I did already some programming but I am still rather inexperienced.
would be great to get help…
C:\Program Files\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=8000000L -MMD -DUSB_VID=0x1B4F -DUSB_PID=0x9208 -DARDUINO=105 -IC:\Program Files\Arduino\hardware\arduino\cores\arduino -IC:\Program Files\Arduino\hardware\arduino\variants\leonardo -IC:\Program Files\Arduino\libraries\Wire C:\Users\12345\AppData\Local\Temp\build1800405153316682828.tmp\sck_beta_v0_8_6.cpp -o C:\Users\12345\AppData\Local\Temp\build1800405153316682828.tmp\sck_beta_v0_8_6.cpp.o
In file included from sck_beta_v0_8_6.ino:48:
/Constants.h:191: warning: deprecated conversion from string constant to ‘char*’
.
.
.
sck_beta_v0_8_6.ino: In function ‘void loop()’:
sck_beta_v0_8_6:173: error: ‘sckUpdateSensors’ was not declared in this scope
SCKBase.ino: In function ‘void sckBegin()’:
SCKBase.ino:46: warning: large integer implicitly truncated to unsigned type
SCKBase:64: error: ‘sckWriteVH’ was not declared in this scope
SCKBase:92: error: ‘sckWriteRL’ was not declared in this scope
SCKBase.ino: In function ‘void sckConfig()’: