reordering the crate and addind more documentation
This commit is contained in:
parent
2111e26566
commit
6fb155dff3
14 changed files with 637 additions and 174 deletions
|
@ -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,
|
||||
/// ];
|
||||
/// );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue