MyConfig.h error
-
Line 21 and 22
#ifndef MyConfig_h
#define MyConfig_hWhy ?
-
@Fat-Fly That's standard practice in C programming. It avoids problems when the file is included more than one time. It is not an error.
Why are you asking?
-
I copy mysensors library to comp and trying set nrf_gw power to max and these errors. Then verify sketch and arduino ide says this error in myconfig.h line 21 and 22
-
Then this error is okay but arduino ide not find DigitalIO.h.
/home/insippo/sketchbook/libraries/MySensors/utility/RF24.h:20:23: fatal error: DigitalIO.h: No such file or directory
#include <DigitalIO.h>I do not understand why arduino ide not find this.
-
Isn't that DigitalIO -thing what happens when you forget to disable 'soft SPI' back again after compiling e.g. EthernetGW ?
-
I so not disable soft spi if i install gw. After i try.
Suggested Topics
-
Code for beta-testing?
Controllers • 24 Mar 2014, 20:48 • andriej 9 Aug 2014, 10:44 -
ACK -aka ECHO beeing missed by Serial Gateway with RF24 radios. V2.3.2
Bug Reports • 15 Apr 2023, 06:27 • GaryStofer 21 Apr 2023, 17:34 -
RFM95W sleep() directly after send() often doesn't sleep radio
Bug Reports • 1 Jan 2023, 18:41 • prawnpie 8 Jan 2023, 05:36 -
Missing "__libc_init_array();" wenn using samd without USB
Bug Reports • 6 Jul 2022, 08:36 • ltigges 7 Jul 2022, 22:43 -
ESP32 + Signing fails after xxx msg as result of memory leak
Bug Reports • 6 Apr 2020, 18:43 • Technovation 7 Mar 2022, 10:37 -
NRF51-52 PA not support ???
Bug Reports • 23 Feb 2019, 16:40 • berkseo 8 Jul 2021, 11:42