1
TinyDuino Processors & TinyShields / Help needed: TinyZero + TinyShield Combo Sensor - fatal error: pgmspace.h
« on: June 22, 2023, 02:25:12 PM »
Hi, I hope you're all doing well.
I am new to the platform, and I am super excited to be here.
I need some help with my project, I am using the TinyZero processor and the Tiny Shield combo sensor, I have downloaded the example files but I am unable to load it to the board, the error I see on the screen is:
In file included from /Users/migueljauregui/Documents/Arduino/Temperature_Humidity_TinyShield_example2/Temperature_Humidity_TinyShield_example2.ino:21:0:
/Users/migueljauregui/Documents/Arduino/libraries/SI7021-master/SI7021.h:26:12: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Would you please guide me in the right direction as how can I fix it.
Thanks in advance,
Mike Jauregui
I am new to the platform, and I am super excited to be here.
I need some help with my project, I am using the TinyZero processor and the Tiny Shield combo sensor, I have downloaded the example files but I am unable to load it to the board, the error I see on the screen is:
In file included from /Users/migueljauregui/Documents/Arduino/Temperature_Humidity_TinyShield_example2/Temperature_Humidity_TinyShield_example2.ino:21:0:
/Users/migueljauregui/Documents/Arduino/libraries/SI7021-master/SI7021.h:26:12: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Would you please guide me in the right direction as how can I fix it.
Thanks in advance,
Mike Jauregui