Skip to content

Commit

Permalink
Accelerometer Calibration Adjusted, Readme Updated, Schematic Added
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy14 committed Jul 28, 2012
1 parent ed23be9 commit 765a75d
Show file tree
Hide file tree
Showing 4 changed files with 7,539 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,17 @@ Serial Interface Documentation
* Return Graphical Display Binary Data = .g[binary data string representing all pixels]\n
* Write a line to a display = .w[display ID char (t,1,2,3)],[display line # char (0,1,2,3),[String of Data]\n

External Resouces
-----------------
Adafruit Graphical LCD Arduino Library:
* https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
* https://github.com/adafruit/Adafruit-GFX-Library
Facebook Console:
* https://github.com/facebook/fbconsole
External Resouces for Arduino
-----------------------------
* Adafruit Graphical LCD Arduino Library: https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
* Adafruit GFX Library: https://github.com/adafruit/Adafruit-GFX-Library

External Resources for Python
-----------------------------
* Facebook Console: https://github.com/facebook/fbconsole
* SimpleJson Module: https://github.com/simplejson/simplejson
* pySerial Module: http://pyserial.sourceforge.net/
*

LiquidCrystal Arduino Library Mod
---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion arduino/book_interface/book_interface.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int display_height = 48;
//Accelerometer Setup
#define ACCELY 15
#define YNEUTRAL 347
#define YDOWNTHRESH 315
#define YDOWNTHRESH 340
#define YUPTHRESH 375
//-1 = previous
//+1 = next
Expand Down
Loading

0 comments on commit 765a75d

Please sign in to comment.