![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
K22 processor
Diff: SPIprotokol/IOspiConnect.h
- Revision:
- 15:3429cdc6e5f4
- Parent:
- 7:4aa3dac73b66
--- a/SPIprotokol/IOspiConnect.h Sat Apr 24 21:26:03 2021 +0200 +++ b/SPIprotokol/IOspiConnect.h Fri Apr 30 00:06:39 2021 +0200 @@ -24,6 +24,7 @@ virtual void do_writeCommand( char writeCommand, char data) = 0; virtual char do_readCommand( char readCommand , char data) = 0; + virtual void do_readGroupCommand( const char command) = 0; char get_byteCount( void) {return byteCount;} void clear_byteCount( void ) { byteCount = 0;}