Rick Sorensen
Rick Sorensen
@robert-hh I am not very familiar with git usage in the project domain. In particular I am not sure of doing a PR on a PR on a PR.. but...
@robert-hh Looks good - I cloned a fresh repository, switched to `samd_xtend`, recompiled with `framebuf` and ran the HEAD version with ssd1306 and 128x64 OLED (see XIAO expansion board for...
@robert-hh I added an issue to the samd_xtend port for PWM processing. When a PWM.deinit() is called, the TCC clock is disable, and if another PWM which uses that TCC...
I observed on my 4-core system that when I run the plugin by itself (`/etc/munin/plugins/senser_temp` for example) without munin-run it returns values much closer to the `sensor` output, while using...
Doesn't Heisenberg have something to say about this? Or at least the popularization of what he may say.
@sosi-deadeye Do you hava a working I2S with ESP32C3 and the 1.20.0 `machine_i2s.c`? I am not particularly skillful with I2S and have only used it for audio out, but I...
Should the board name include manufacturer? See samd/ports/SEEED_XIAO_SAMD21 for example. If so it could be: SEEED_XIAO_ESP32C3
Thanks - Just tried this with SEEED XIAO ESP32-C3 - and it works. I ran your easy_wav_player using your mono and stereo wav files pulled from the local memory (so...
Thanks for checking
@rumidom I believe all the newer architectures (C2, S2, S3 .. C6?) use the newer IDF 5.x libraries. This PR is an attempt to include them but has not been...