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
// Teensyduino sketch for ripping a 4-megabit ROM (HN62404P) | |
#include <stdint.h> | |
#define MAX_ADDR 0x80000 | |
#define START 0x0 | |
void setup() { | |
// Pin setup for the Teensy++ 2.0 |