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: AD7989.h
- Revision:
- 3:c3f4ce50902f
- Parent:
- 2:60f5474814ac
- Child:
- 4:be5656dbc656
--- a/AD7989.h Mon Jan 21 11:44:03 2019 -0600 +++ b/AD7989.h Mon Jan 21 11:47:01 2019 -0600 @@ -1,7 +1,7 @@ #ifndef AD7989_H #define AD7989_H -#include "mbed-os/mbed.h" +#include "mbed.h" /** An abstraction for an 18 bit ADC * @note Not quite sure this is thread or interrupt safe. Treat this as a standard mbed SPI object * There are mutex locks when the SPI bus is being used.