Refactoring of the setting file, to be able to have settings specifying the HYSTERESIS_MAX variable.
Renamed precompilation variable in BIOS_patching file.
Changing console selection in .ino file
Fixed the MUC-MCU file name.
Fixed a bug that prevented additional MCUs from being compiled.
Modified the clock registers for ATtiny 48-88s; the TCCROB register is missing in these MUCs.
* add led on attiny
* bof
* mieux
* logo
* pat for core
* coment MUC
* Image BIOS
* update comments
* Update PSNee_V8.6.ino
* updat BIOSpatch
* corect bug SWITCH end up fuses
* shorter injection
shorter injection, than a specific region is chosen, and return of multi region.
* test list
* re nem
* Update README.md
* Simplify fuse management
-Added led support for ATtiny
-Added card support to simplify fuse management
* Update README.md
* Update README.md
* Add schemat PIN_LED PIN_SWITCH
* Update PSNee modchip installation guide.pdf
* Update test-PSNee-v8.6.png
The IDE wants them to be named like their containing folder. Otherwise it proposes to create a new
folder and to move the sketch into it, which again causes troubles because the header files are not
automatically moved. Giving the sketch name the proper name avoids a lot of troubles for Arduino
IDE users (at least for version 2.3.4)
I missed this due to bad practice on my part, and this problem is found with all versions of Arduino IDE that I know of.