ads1115 only
Fork of mbed by
Diff: DigitalIn.h
- Revision:
- 123:b0220dba8be7
- Parent:
- 122:f9eeca106725
--- a/DigitalIn.h Thu Jul 07 14:34:11 2016 +0100 +++ b/DigitalIn.h Fri Aug 12 13:04:35 2016 +0200 @@ -99,14 +99,12 @@ return gpio_is_connected(&gpio); } -#ifdef MBED_OPERATORS /** An operator shorthand for read() */ operator int() { // Underlying read is thread safe return read(); } -#endif protected: gpio_t gpio;