mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-03 09:04:00 +01:00
Modify the Serial1.begin baudrate. #2
This commit is contained in:
@@ -96,6 +96,13 @@ int8_t getPwmPin(void)
|
||||
return -1;
|
||||
}
|
||||
|
||||
uint32_t analogRead( uint32_t ulPin )
|
||||
{
|
||||
#if (defined(BOARD_SIPEED_MAIX_GO) || defined(BOARD_SIPEED_MAIX_ONE_DOCK) )
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif // __cplusplus
|
||||
|
||||
Submodule libraries/WiFiEsp updated: ca164f95cf...ed563ff4d5
Reference in New Issue
Block a user