Skip to content

KEEP CODING

Monthly Archives: August 2018

Programming Arduino in Atmel Studio

As a fun way to improve my C, I started programming the Arduino using Atmel Studio instead of the friendlier Arduino IDE. Below is my very first program. It blinks a red LED and a white LED according to a preset pattern. #define F_CPU 16000000UL #include <avr/io.h> #include <util/delay.h> struct Led { int pin; int […]

Posted byE Y28 August 201813 February 2020Posted inGeneralLeave a comment on Programming Arduino in Atmel Studio

Enter keyword(s)

Recent Posts

  • .vimrc
  • Disabling Bluetooth auto-suspend with module options
  • Restarting Bluetooth on Debian Linux
  • Centrino Ultimate N-6300 slow to connect to Wi-Fi network
  • SO #57225262—Inputting list of passwords in a class

Recent Comments

  • Disabling Bluetooth auto-suspend with module options – KEEP CODING on Restarting Bluetooth on Debian Linux

Archives

  • December 2020
  • June 2020
  • May 2020
  • October 2019
  • July 2019
  • August 2018
  • May 2014
  • April 2014
  • July 2006
  • February 2006
  • December 2004
KEEP CODING, Proudly powered by WordPress.