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.
Dependencies: MODSERIAL mbed-rtos mbed
Fork of Master by
fm.h
- Committer:
- 9uS7
- Date:
- 2014-09-11
- Revision:
- 2:c610e1a7fbcd
- Parent:
- 1:e1cfb5850088
- Child:
- 8:bfcfda6b38fe
File content as of revision 2:c610e1a7fbcd:
#ifndef _INC_MY_FMI2C #define _INC_MY_FMI2C #include "mbed.h" //define frequency 760~910 #define FM_FREQUENCY1 792 #define FM_FREQUENCY2 898 void fmSetup(unsigned int); //setup i2c (int frequency) frequency:760~910 #endif