iainhendry71

Atmega328 interrupts

This is a list of interrupts, in priority order, for the Atmega328: 1 Reset 2 External Interrupt Request 0 (pin D2) (INT0_vect) 3 External Interrupt Request 1 (pin D3) (INT1_vect) 4…

Read more

NodeMCU and Arduino development

The ESP8266 is a microcontroller from Chinese manufacturer Espressif that includes Wi-Fi capability. Setup Arduino Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have…

Read more