Updated license text

rtc
g7uhn 2020-11-29 09:28:55 +00:00
rodzic 548368b8cf
commit 5b94ab55dd
3 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Arduino files for the FT817_buddy project
This folder to conatins sub-folders for:
This folder conatins sub-folders for:
- src - the main Arduino sketch
- lib - non-standard libraries used by the sketch
- lib - non-standard libraries used by the sketch that you will need to import into your IDE
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

Wyświetl plik

@ -2,7 +2,7 @@ The main Arduino sketch for the FT-817 Buddy project.
This sketch has been built using Visual Studio Code / PlatformIO IDE (instead of Arduino IDE). If you want to load this code into Arduino IDE you probably just need to remove the #include <Arduino.h> line at the top of the sketch, Google is your friend. But it's much nicer to work in VSC/PlatformIO, it's a nice step forward from the Arduino IDE.
Don't forget to include the non-standard ft817 library, found under ft817_buddy/Arduino/lib/
Don't forget to inmport the non-standard ft817 library into your IDE, found under ft817_buddy/Arduino/lib/
### Current features
@ -24,4 +24,4 @@ Don't forget to include the non-standard ft817 library, found under ft817_buddy/
- Control speed using CMD+paddle (K1EL's "Fast Speed Change" feature)
### Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

Wyświetl plik

@ -11,6 +11,4 @@ Hardware files now removed pending release of the "Rev2" design (or higher) wher
Enjoy!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.