Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:internetofthings:freenove [2024/07/20 08:38] – created sscipioni | projects:internetofthings:freenove [2024/07/20 13:34] (current) – sscipioni | ||
---|---|---|---|
Line 4: | Line 4: | ||
* https:// | * https:// | ||
+ | before boot mount bootfs | ||
+ | < | ||
+ | echo " | ||
+ | touch ssh.txt | ||
+ | </ | ||
+ | |||
+ | |||
+ | blacklist audio on rasp 3 | ||
+ | < | ||
+ | echo " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== python library ===== | ||
+ | |||
+ | < | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | tests | ||
+ | < | ||
+ | cd ~/ | ||
+ | sudo python test.py Motor | ||
+ | sudo python test.py Led | ||
+ | </ | ||