LT8900 emulator address convention changed, updated Shenqi protocol accordingly.

This commit is contained in:
pascallanger
2016-04-15 15:46:32 +02:00
parent ed027fd3ce
commit 4486582006
7 changed files with 99 additions and 89 deletions

View File

@@ -217,6 +217,15 @@ void setup()
#ifdef CC2500_INSTALLED
CC2500_Reset();
#endif
#ifdef A7105_INSTALLED
A7105_Reset();
#endif
#ifdef CYRF6936_INSTALLED
CYRF_Reset();
#endif
#ifdef NFR24L01_INSTALLED
NRF24L01_Reset();
#endif
//Protocol and interrupts initialization
if(mode_select != MODE_SERIAL)