Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Smoothie by
PlayerPublicAccess.h
00001 #ifndef PLAYERPUBLICACCESS_H 00002 #define PLAYERPUBLICACCESS_H 00003 00004 #define player_checksum CHECKSUM("player") 00005 #define is_playing_checksum CHECKSUM("is_playing") 00006 #define abort_play_checksum CHECKSUM("abort_play") 00007 #define get_progress_checksum CHECKSUM("progress") 00008 00009 struct pad_progress { 00010 unsigned int percent_complete; 00011 unsigned long elapsed_secs; 00012 string filename; 00013 }; 00014 #endif
Generated on Tue Jul 12 2022 20:09:02 by
1.7.2
