added the dependency to the project to circumvent crates.io and updated all projects

This commit is contained in:
Zenn 2023-08-06 18:34:36 +02:00
parent c591b2c272
commit 50819abc50
31 changed files with 1422 additions and 14 deletions

View file

@ -0,0 +1,7 @@
pub mod arduboy;
pub mod arduboy_tone;
pub mod arduboy_tone_pitch;
pub mod arduino;
pub mod c;
pub mod eeprom;
pub mod sprites;