Search found 2 matches
- Wed Oct 09, 2019 12:01 pm
- Forum: Arduino
- Topic: HCWireless Arduino Library for 433MHz Wireless Tx & Rx modules
- Replies: 12
- Views: 59649
Re: HCWireless Arduino Library for 433MHz Wireless Tx & Rx modules
I modified the code not to have STATIC in the two lines. Is this risky....
- Wed Oct 09, 2019 7:47 am
- Forum: Arduino
- Topic: HCWireless Arduino Library for 433MHz Wireless Tx & Rx modules
- Replies: 12
- Views: 59649
Re: HCWireless Arduino Library for 433MHz Wireless Tx & Rx modules
I get the following error in Arduino IDE when using example for HCWireless_send_text_Tx_Example: "cannot declare member function 'static uint8_t HCWireless::available()' ..." Two errors to be specific targeting static uint8_t HCWireless::available(void) static boolean HCWireless::_checkCRC(void) Any...