Bertrik Sikken

Results 21 issues of Bertrik Sikken

I noticed that there appear to be a lot of spurious empty lines in the source, this patch cleans them up. The code still compiles just as before.

This simplifies the way the comment inside the wav file is composed. Instead of manually calculating and adjusting the position inside the WAV file comment, this is done in a...

Hi, For Arduino development, I'm a big fan of platformio (the command line utility). It allows you to specify the board, "framework" (like zephyr) and the specific chip in a...

Hi, I think I can help you by creating a config file for platformio. Platformio is a kind of build system that allows to build an arduino program from the...

When I use this library, I get the following compilation warnings: .pio/libdeps/serial/ht16k33/src/ht16k33.cpp: In member function 'void HT16K33::begin(uint8_t)': .pio/libdeps/serial/ht16k33/src/ht16k33.cpp:84:11: warning: unused variable 'i' [-Wunused-variable] uint8_t i; ^ .pio/libdeps/serial/ht16k33/src/ht16k33.cpp: In member function...

This change add a platformio configuration. Platformio is a build framework that is able to compile and upload Arduino programs. Settings like which target you run (esp8266), which board (e.g....

Have you considered using WiFiManager for specifying the things that are currently configured in config.h? WiFiManager creates a web server with a captive portal. You can connect to this using...

This merge request add a platformio.ini file. Platformio allows you to build the source code from the command line, automatically downloading the required toolchains, libraries and upload tools. This allows...

Hi, would you be open to consider platformio support? Platformio is a build system like the Arduino IDE, except it runs from the command line, downloads the tool chain, libraries,...