Skip to content

neuromorphicsystems/pantilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pan-tilt

Flash the Arduino

Install https://github.com/arduino/arduino-cli.

arduino-cli compile --fqbn arduino:avr:nano:cpu=atmega328 .; arduino-cli upload -v -p /dev/cu.usbserial-1410 -b arduino:avr:nano:cpu=atmega328 .

Use the Python driver

python3 -m venv .venv
pip install pyserial
# Change the port in example.py
python example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages