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 DDRO_Farrari by
Diff: dac.h
- Revision:
- 10:95e9932f7990
- Parent:
- 0:84a8bcfbdec9
--- a/dac.h Tue Feb 11 21:36:52 2014 +0000 +++ b/dac.h Tue Feb 25 02:14:41 2014 +0000 @@ -1,3 +1,6 @@ +#ifndef DAC_H_ +#define DAC_H_ + #include "mbed.h" #include "pinout.h" @@ -14,4 +17,6 @@ #define CHAN_G 0x36 #define CHAN_H 0x37 -void power_chan(char i2caddr, char chan, float voltage); +extern void power_chan(char i2caddr, char chan, float voltage); + +#endif
