Closed Bmooij closed 3 years ago
The Seeed_STM32F4_v1.2.5 is missing some core Arduino functions like:
These functions are located in WCharacter.h.
Please add WCharacter.h to \cores\arduino and add the following line to \cores\arduino\Arduino.h
WCharacter.h
\cores\arduino
\cores\arduino\Arduino.h
#include "WCharacter.h"
The Seeed_STM32F4_v1.2.5 is missing some core Arduino functions like:
These functions are located in WCharacter.h.
Please add
WCharacter.h
to\cores\arduino
and add the following line to\cores\arduino\Arduino.h