1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Add #ifdef BOARD_NODEMCU32S_OBP60 in all *.cpp

This commit is contained in:
norbert-walter
2022-03-18 18:54:17 +01:00
parent 86ab6e9177
commit 5e61754b08
22 changed files with 425 additions and 76 deletions

View File

@@ -1,3 +1,4 @@
#ifdef BOARD_NODEMCU32S_OBP60
/****************************************************
AMS 5600 class for Arduino platform
@@ -458,3 +459,5 @@ void AMS_5600::writeOneByte(int adr_in, int dat_in)
}
/********** END OF AMS 5600 CALSS *****************/
#endif