A small compact Library for the I2C IO-Expander TCA9538
Revision 1:6d5227745d28, committed 2019-07-30
- Comitter:
- joelvonrotz
- Date:
- Tue Jul 30 13:58:25 2019 +0000
- Parent:
- 0:b6e63b82937d
- Commit message:
- updated to mbed doc format
Changed in this revision
TCA9538.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b6e63b82937d -r 6d5227745d28 TCA9538.h --- a/TCA9538.h Tue Jul 30 13:44:13 2019 +0000 +++ b/TCA9538.h Tue Jul 30 13:58:25 2019 +0000 @@ -9,7 +9,7 @@ * The TCA9538 is an 8-bit IO-Expander from Texas Instruments. * * <h2>Example</h2> - * <code> + * @code * #include "mbed.h" * #include "TCA9538.h" * @@ -28,7 +28,7 @@ * uint8_t input_value = io_exp.get(TCA9538::OUTPUT); * } * } - * </code> + * @endcode */ class TCA9538{ public: