Seeed-Studio / Seeed_Platform

27 stars 23 forks source link

Seeed_STM32F4_v1.2.5 missing WCharacter.h #14

Closed Bmooij closed 3 years ago

Bmooij commented 5 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

#include "WCharacter.h"