News

This repo demonstrates how to work with an Arduino's PWM outputs in a clean programmer-friendly way. It packages all the low-level interaction with timer clocks that underly PWM functionality, ...
This project serves as a comparison of three different development environments for a simple Arduino "Blink" example targeting the ATTiny85 microcontroller. The goal is to provide a base for ...
Making a microcontroller perform as a frequency counter is a relatively straightforward task involving the measurement of the time period during which a number of pulses are counted. The maximum ...