Skip to content

Instantly share code, notes, and snippets.

View markub3327's full-sized avatar
🐢
Slowly but surely to the goals.

Martin Kubovčík markub3327

🐢
Slowly but surely to the goals.
View GitHub Profile
@electronut
electronut / analog-plot.ino
Created May 24, 2013 07:45
Read analog values from A0 and A1 and print them to serial port.
// analog-plot
//
// Read analog values from A0 and A1 and print them to serial port.
//
// electronut.in
#include "Arduino.h"
void setup()
{