Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Environment Agency
inter-micro
Commits
9a01a37b
Commit
9a01a37b
authored
6 years ago
by
Patrick Fenner
Browse files
Options
Download
Plain Diff
Merge branch 'master' of git.defproc.co.uk:ea/inter-micro
parents
4441d433
430d2478
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+21
-0
LICENSE
README.md
+3
-6
README.md
with
24 additions
and
6 deletions
+24
-6
LICENSE
0 → 100644
View file @
9a01a37b
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.
This diff is collapsed.
Click to expand it.
README.md
View file @
9a01a37b
...
...
@@ -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`
.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment