Jörg Wendel
Jörg Wendel
I try to build a MKR Wifi 1010 project with this settings: ``` BOARD_TAG = mkrwifi1010 ARDUINO_DIR = /home/wendel/arduino-1.8.15 MONITOR_PORT = /dev/ttyUSB0 AVRDUDE_ARD_BAUDRATE = 57600 include /home/wendel/Arduino-Makefile/Sam.mk ``` did I...
is there one simple example for just sending a message Thx and best regards
how Two questions about this LinearGauge snippet. - how to prevent the left-hand scale from get cut - how do you center the entire gauge (including the scale) in the...
Is there an way of parsing a MULTIPART message with the restbed API, or do I have to parse the individual parts and form parameters from the BODY myself?