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 PsiSwarm-flockingAddedBluetooth by
Diff: PsiSwarm/i2c.h
- Revision:
- 10:1b09d4bb847b
- Parent:
- 6:ff3c66f7372b
diff -r 085e090e1ec1 -r 1b09d4bb847b PsiSwarm/i2c.h --- a/PsiSwarm/i2c.h Mon Oct 26 11:16:05 2015 +0000 +++ b/PsiSwarm/i2c.h Mon Oct 26 23:58:08 2015 +0000 @@ -14,6 +14,8 @@ #ifndef I2C_H #define I2C_H +char get_dc_status(void); + char IF_setup_led_expansion_ic(void); void IF_setup_gpio_expansion_ic(void);
