Difference between revisions of "Pi Setup Python 3 MySql"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) (→Links) |
Russ hensel (talk | contribs) (→Try) |
||
| Line 22: | Line 22: | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | == add library to arduino == | ||
| + | |||
| + | |||
| + | raspberry pi add library to arduino | ||
| + | |||
| + | Libraries go in '/home/pi/sketchbook/libraries'. Also make sure the directory you put in there has the correct name (rename it to 'Adafruit_NeoPixel' if it hasn't got that name already). | ||
Revision as of 11:35, 1 December 2017
Links
Try
sudo apt-get -y install python3-mysql.connector
add library to arduino
raspberry pi add library to arduino
Libraries go in '/home/pi/sketchbook/libraries'. Also make sure the directory you put in there has the correct name (rename it to 'Adafruit_NeoPixel' if it hasn't got that name already).