Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 390 Bytes

otto

My version of OttoDIY (https://www.ottodiy.com)

Current version can walk and sing and has an 8x8 LED Matrix to show mouths

libraries

cd lib
git clone [email protected]:Obijuan/ArduSnake.git
mv ArduSnake ArduSnake2
mv ArduSnake2/ArduSnake ArduSnake
rm -rf ArduSnake2
cd lib
git clone [email protected]:riyas-org/max7219.git
mv max7219/MaxMatrix MaxMatrix
rm -rf max7219