this livingrimoire python hardware skill,
send a byte to an Arduino from the laptop/Raspberri Pi
add the files:
LivinGrimoireCoreV2.py and AXPython.py to the project:
https://github.com/yotamarker/public-livinGrimoire/tree/master/livingrimoire%20start%20here/LivinGrimoire%20python/python%20files
also:
run in command line:
pip3 install pyserial
than restart pycharm
here is the Arduino code (sent to the Arduino via Arduino IDE):
it's a hello world. all it does is light up the default built in led (pin 13).
skill code:
example skill use in main:
send a byte to an Arduino from the laptop/Raspberri Pi
add the files:
LivinGrimoireCoreV2.py and AXPython.py to the project:
https://github.com/yotamarker/public-livinGrimoire/tree/master/livingrimoire%20start%20here/LivinGrimoire%20python/python%20files
also:
run in command line:
pip3 install pyserial
than restart pycharm
here is the Arduino code (sent to the Arduino via Arduino IDE):
Code: int ledPin = 13; |
it's a hello world. all it does is light up the default built in led (pin 13).
skill code:
Code: import serial |
example skill use in main:
Code: neo:Chobits = Chobits() |