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.
Diff: SOMO.cpp
- Revision:
- 4:9fea24a02671
- Parent:
- 3:98ceb6357a56
- Child:
- 5:1cfb8cd47e6d
--- a/SOMO.cpp Tue Feb 25 12:59:13 2020 +0000 +++ b/SOMO.cpp Tue Feb 25 13:30:18 2020 +0000 @@ -35,6 +35,7 @@ can.frequency(1000000); ticker.attach(callback(&sender,&Sender::send), 1); sendflag = 0; + can.filter(0x261, 0x261, CANAny, 0); } void SOMO::playTrackName(char name[]) //Permet de jouer une musique via son nom