This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* REF-0 Standalone Operation | |
* Device: Atmel ATTINY841 | |
* Written in Atmel Studio 6 | |
* Created: 8/11/2015 8:56:28 AM | |
* Author: Dan Watson | |
* | |
* Pinout: | |
* PB1 (pin 3): PPS input | |
* PA1 (pin 12): Serial out to REF-0 (has to go through an inverter) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -KS-24361 REF-0 standalone operation | |
-Tested on an Arduino Uno | |
-Other models will work with modifications | |
-Pinout: | |
D3: PPS input | |
D11: Serial out to REF-0 | |
D13: Output to LED on the Arduino, PPS indicator | |
-Written by Dan Watson 8/9/2015 */ | |
#include <SoftwareSerial.h> // Used to communicate with the REF-0 |
NewerOlder