the data for installation of piface are from 2017
Is this still ok now?
it is about the config files to install piface
Search found 3 matches
- Thursday 26 November 2020 17:16
- Forum: PiFace
- Topic: PiFace support added
- Replies: 120
- Views: 71022
- Sunday 20 August 2017 10:07
- Forum: Other questions and discussions
- Topic: DHT =dht;
- Replies: 0
- Views: 490
DHT =dht;
i tried this program
but there came an error see arrow
static const uint8_t FORCE_UPDATE_N_READS = 10;
#define CHILD_ID_HUM 0
#define CHILD_ID_TEMP 1
float lastTemp;
float lastHum;
uint8_t nNoUpdatesTemp;
uint8_t nNoUpdatesHum;
bool metric = true;
MyMessage msgHum(CHILD_ID_HUM, V_HUM ...
but there came an error see arrow
static const uint8_t FORCE_UPDATE_N_READS = 10;
#define CHILD_ID_HUM 0
#define CHILD_ID_TEMP 1
float lastTemp;
float lastHum;
uint8_t nNoUpdatesTemp;
uint8_t nNoUpdatesHum;
bool metric = true;
MyMessage msgHum(CHILD_ID_HUM, V_HUM ...
- Saturday 19 August 2017 19:42
- Forum: Temperature and Weather
- Topic: Air Humidity Sensor
- Replies: 1
- Views: 1327
Air Humidity Sensor
i tried this program
but there came an error see arrow
static const uint8_t FORCE_UPDATE_N_READS = 10;
#define CHILD_ID_HUM 0
#define CHILD_ID_TEMP 1
float lastTemp;
float lastHum;
uint8_t nNoUpdatesTemp;
uint8_t nNoUpdatesHum;
bool metric = true;
MyMessage msgHum(CHILD_ID_HUM, V_HUM);
MyMessage ...
but there came an error see arrow
static const uint8_t FORCE_UPDATE_N_READS = 10;
#define CHILD_ID_HUM 0
#define CHILD_ID_TEMP 1
float lastTemp;
float lastHum;
uint8_t nNoUpdatesTemp;
uint8_t nNoUpdatesHum;
bool metric = true;
MyMessage msgHum(CHILD_ID_HUM, V_HUM);
MyMessage ...