kopia lustrzana https://github.com/jgromes/RadioLib
rodzic
98e2a1847d
commit
81e8de8324
|
|
@ -124,8 +124,6 @@ void Module::init(uint8_t interface) {
|
|||
#endif
|
||||
}
|
||||
break;
|
||||
case RADIOLIB_USE_I2C:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,11 +19,6 @@
|
|||
*/
|
||||
#define RADIOLIB_USE_UART 0x01
|
||||
|
||||
/*!
|
||||
\brief Use I2C interface.
|
||||
*/
|
||||
#define RADIOLIB_USE_I2C 0x02
|
||||
|
||||
/*!
|
||||
\}
|
||||
*/
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue