Commit 9a01a37b authored by Patrick Fenner's avatar Patrick Fenner
Browse files

Merge branch 'master' of git.defproc.co.uk:ea/inter-micro

parents 4441d433 430d2478
Showing with 24 additions and 6 deletions
+24 -6
MIT License
Copyright (c) 2018 DPRV LTD
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
......@@ -5,6 +5,8 @@ Course materials for the Intermediate Microcontrollers course.
* [Course text](inter-micro.md)
* [Example sketches](red_peg/examples/)
Select the `Download` icon and `Download Zip` to get a local copy of these materials.
To install the examples and the red_peg library, copy the `red_peg`
folder into your Arduino Sketchbook folder (eg. `My Documents/Arduino/libraries`).
Then close all open Arduino IDE windows and reopen. The examples will be listed
......@@ -19,9 +21,4 @@ Some are available in the Arduino Libraries manager:
* [Lewis](github.com/DefProc/Lewis) to run `a_morse`,
* [MCP342x](github.com/stevemarple/MCP342x) to run `b_temp_mon`,
* [RTClib](github.com/adafruit/RTClib) to run `set_the_time`,
But the [SdFat](github.com/greiman/SdFat) library (required for `sd_read_write`
and `rp_sd_logger`) is only available by direct download. To install,
[download the zip file](https://github.com/greiman/SdFat/archive/master.zip)
and copy the `SdFat` folder *inside* `SdFat-master` into the Arduino Libraries
folder.
* [SdFat](github.com/greiman/SdFat) to run `sd_read_write` and `rp_sd_logger`.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment