Closed kenji21 closed 7 years ago
you're right, seems to be an old Version in the repository. I'll fix this hopefully today.
please try again.
Nice,
Now just one error:
Rx_demo.ino: In function 'void setup()':
Rx_demo:39: error: 'class CC1100' has no member named 'silde'
cc1100.silde(); //set to ILDE first
And had to move some files in differents folder to have the arduino examples shown in the "File -> examples -> CC1100" appearing (in the Arduino "IDE"):
mkdir examples/Rx_demo
mkdir examples/Tx_demo
mv examples/Arduino/Rx_demo.ino examples/Rx_demo/
mv examples/Arduino/Tx_demo.ino examples/Tx_demo/
mkdir raspberry
mv cc1100_raspi.* raspberry/
mkdir raspberry/examples
mv examples/raspi/* raspberry/examples/
Also moved raspberry files in their own directory (to not be compiled by the Arduino IDE).
Do you want me to do a PR ?
there also is a missing " at #include "cc1100_arduino.h in cc1100_arduino.cpp:11
;( thx
it is OK now?
First thanks for this "first steps" to use the CC1100.
Using Arduino Rx_demo example (had cloned your repo into my libraries one, and moved examples in their own directories). But I now have this error:
Tried to rename include inside cc1100_arduino.cpp file:
But got some other errors:
What am I missing ?