reordering the crate and addind more documentation

This commit is contained in:
ZennDev1337 2023-08-15 11:34:37 +02:00
parent 2111e26566
commit 6fb155dff3
14 changed files with 637 additions and 174 deletions

View file

@ -8,7 +8,7 @@
/// );
/// //for tone sequence
/// progmem!(
/// static tone: [u16; 43] = [
/// static tone: [u16; _] = [
/// NOTE_E4, 400, NOTE_D4, 200, NOTE_C4, 400, NOTE_D4, 200, NOTE_C4, 300, NOTE_REST,
/// ];
/// );