avr-rust / delay

arduino-like delay routines based on busy-wait loops
Apache License 2.0
15 stars 11 forks source link

Use built-in target #27

Closed n8henrie closed 2 years ago

n8henrie commented 2 years ago

The built-in atmega328p target works well and would make a reasonable default with minimal complexity for new users.