Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes
- Timestamp:
- 02/18/11 13:47:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes
v4 v5 64 64 65 65 {{{ 66 string str = "A,B,C ";66 string str = "A,B,C\r"; 67 67 PlayNotes(str); 68 68 }}} 69 69 70 70 {{{ 71 PlayNotes("A,B,C ");71 PlayNotes("A,B,C\r"); 72 72 }}} 73 73