File tree 2 files changed +558
-0
lines changed
2 files changed +558
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,25 @@ JSON is parsed for display on a serial LCD.
35
35
* Close the connection
36
36
* Wait 15 minutes (to keep within limits of free API license)
37
37
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
+
38
57
39
58
40
59
You can’t perform that action at this time.
0 commit comments