Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the twentynineteen domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6121
How to – Blag on the Interwebs

How to use Arduino as AVR Programmer (for ATMega328p)

You can use an Arduino as an AVR Programmer to upload a program onto another miniprocessor microchip (in this document, an Arduino UNO and ATMega328p). (Much of the following information can be found on arduino.cc’s tutorial pertaining to this topic. More of it can be found at high-low tech’s tutorial. Here I combine all the […]