RT-thread example "DataLogger" can not run on DUE board #11
-
hi, onelife. I tried to run the RT-thread example "DataLogger" on my DUE board ,but many compilation errors occured, such as 'O_ACCMODE' was not declared in this scope, 'open' was not declared in this scope, etc. what can I do to fix these? thanks for help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @danilliu-sudo, This example saves sensor data into SD card, and is developed/tested by using |
Beta Was this translation helpful? Give feedback.
Hi @danilliu-sudo,
This example saves sensor data into SD card, and is developed/tested by using
Adafruit 2.8" TFT Touch Shield v2
.If having this hardware with you, please enable flag
CONFIG_USING_ADAFRUIT_TFT_CAPACITIVE
insrc/rtconfig.h
to compile this example. (Please disableCONFIG_USING_MODULE
flag in the same file, if encountering issues.)