Skip to content

yosemitebandit/ichabod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a quiet diary

Hardware

This project uses an Arduino Leonardo, an OpenLog, a real-time clock and a PS2 Keyboard.

See src/ichabod.ino for connection info.

External libraries

I forked the PS2Keyboard lib from PJRC to get it working with the Leonardo. I'm also using the RTC lib from JeeLabs and adafruit.

Running

first time before you run, pull down the RTC submodule:

$ git submodule init
$ git submodule update

To run the code I presume you could use the Arduino IDE. I like using ino at the command line:

$ ino clean
$ ino build
$ ino upload

About

a quiet diary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%