![](/media/cache/profiles/505bb7778035acfc8487235d89e63e32.jpg.50x50_q85.jpg)
Sog update version
Fork of mbed_SPIS_multiByte_example by
Diff: SPISlave_multiByte.h
- Revision:
- 5:6a1155885fc9
- Parent:
- 2:c520d7c7739d
diff -r 8e796b751cd3 -r 6a1155885fc9 SPISlave_multiByte.h --- a/SPISlave_multiByte.h Thu Jun 01 07:59:21 2017 +0000 +++ b/SPISlave_multiByte.h Tue Jun 13 04:34:01 2017 +0000 @@ -111,6 +111,8 @@ * @param bytes Number of bytes of given value */ void reply(uint8_t *value, int bytes); + + bool readable(void); protected: spi_mb_t _spi;