Skip to content

Commit 801afd8

Browse files
committed
updated README and added SoftwareSerial.cpp for Pro Trinket 3V
1 parent abf0bd7 commit 801afd8

File tree

2 files changed

+558
-0
lines changed

2 files changed

+558
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,25 @@ JSON is parsed for display on a serial LCD.
3535
* Close the connection
3636
* Wait 15 minutes (to keep within limits of free API license)
3737

38+
# *Pro Trinket Notes Updated 01-07-2015*
39+
The Pro Trinket 3V runs at 12Mhz. SoftwareSerial (required for this project) through Arduino 1.0.6
40+
only has a version of SoftwareSerial that supports 8, 16 and 20MHz. You will need to update the
41+
SoftwareSerial.cpp file, available here.
42+
43+
Instructions for updating SoftwareSerial.cpp on a Mac:
44+
* Close Arduino if running
45+
* Open a New Finder Window
46+
* Open Applications, highlight Arduino (or whatever you name your Arduino app)
47+
* Show Package Contents
48+
* Open Resources\Java\libraries\SoftwareSerial
49+
* Copy SoftwareSerial.cpp (downloaded from github) to this folder, replacing the older version of SoftwareSerial.cpp
50+
* Restart Arduino
51+
52+
53+
54+
55+
56+
3857

3958

4059

0 commit comments

Comments
 (0)