Compare commits

...

3 Commits

Author SHA1 Message Date
Ben Combee 5b7c2081bf
Merge 2d08f0a781 into d734e25c63 2025-03-05 03:03:31 +00:00
Mr.Blinky d734e25c63
Create FUNDING.yml 2025-01-04 21:50:17 +01:00
Ben Combee 2d08f0a781
Typo fixes for basic-example.ino
Fixed spelling of Python and indentation of comment
2023-01-02 02:24:46 -06:00
2 changed files with 17 additions and 2 deletions

15
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: mrblinky
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
thanks_dev: # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@ -12,7 +12,7 @@
* 'Build and upload Arduboy FX data' from the Arduino IDE Tools menu. * 'Build and upload Arduboy FX data' from the Arduino IDE Tools menu.
* *
* Alternatively the fxdata.txt script file can be build using the fxdata-build.py * Alternatively the fxdata.txt script file can be build using the fxdata-build.py
* Phyton script and the fxdata.bin file can be uploaded using the uploader-gui.py, * Python script and the fxdata.bin file can be uploaded using the uploader-gui.py,
* fxdata-upload.py or flash-writer.py Python script using the -d switch. * fxdata-upload.py or flash-writer.py Python script using the -d switch.
* *
******************************************************************************/ ******************************************************************************/