Skip to content

Commit

Permalink
Updates Readme with some installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnil committed Apr 5, 2020
1 parent d7afba3 commit 1a91c87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -11,6 +11,15 @@ Note: The flash storage is reset every time you upload a new sketch to your Ardu

Inspiration and some code from Pansenti at https://github.com/Pansenti/DueFlash

## Install
Arduino.cc has some good instructions on how to add libraries:
https://www.arduino.cc/en/Guide/Libraries

The easiest is just to open the library manager and search for "DueFlashStorage". Install the one from Sebastian Nilsson.

Remember that you also need to install the Arduino SAM Boards from the board manager:
https://www.arduino.cc/en/Guide/Cores

## Use
### Basic use
```cpp
Expand Down Expand Up @@ -59,4 +68,4 @@ Try resetting the Arduino Due or unplug the power to it. The values will stay st
## Support my creation of open source software:
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=sebnil&url=https://github.com/sebnil/DueFlashStorage)
<a href='https://ko-fi.com/A0A2HYRH' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<a href='https://ko-fi.com/A0A2HYRH' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

0 comments on commit 1a91c87

Please sign in to comment.