keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
294 stars 30 forks source link

Add Lilypad support #57

Closed keith-packard closed 2 years ago

keith-packard commented 2 years ago

LilyPad includes the standard I/O bits plus the tone functions to drive the LilyPad speaker.

This required adding 57600 baud support as the LilyPad runs at 8MHz and cannot run the serial port at 115.2kbaud.