News

Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I document my learning in order to be able to inspire other people to make ...
Embedr is an AI-powered Arduino-like IDE designed to simplify development for Arduino-compatible microcontrollers. It looks ...
The ECMA-335 spec allows for enums to have underlying types that C# as a language does not allow. One example is char, which C# disallows but F# allows. In this repro, I declare just such an enum in F ...
This library is a Arduino-friendly version of TinyUSB stack. It is designed with structure and APIs that are easily integrated to an Arduino Core. There are 2 type of supported cores: with and without ...