1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-04-28 04:46:04 +00:00

Update changelog

This commit is contained in:
kalymos
2017-08-17 20:01:55 +02:00
committed by GitHub
parent 8aae4e65d3
commit 70787b348f

View File

@@ -124,6 +124,7 @@ Main changes:
- SUBQ sampling timing reverted to sample while clock is low, instead of right after it goes high - SUBQ sampling timing reverted to sample while clock is low, instead of right after it goes high
-------------------------------------------------------------- --------------------------------------------------------------
Update: 10 July 2017 Update: 10 July 2017
- finished porting to ATtinyX5 (25,45,85 although the 25 has too little resources. for now.) - finished porting to ATtinyX5 (25,45,85 although the 25 has too little resources. for now.)
@@ -131,6 +132,7 @@ Update: 10 July 2017
- bit retrieval code lifted from AttyNee (Nice work guys!) - bit retrieval code lifted from AttyNee (Nice work guys!)
- extra RAM allows SoftwareSerial debugging prints on an ATtiny45! - extra RAM allows SoftwareSerial debugging prints on an ATtiny45!
- nicer intro readme ;p - nicer intro readme ;p
-------------------------------------------------------------- --------------------------------------------------------------
Update: 16 July 2017 Update: 16 July 2017
@@ -139,4 +141,11 @@ Update: 16 July 2017
For now it only supports Arduino boards (ATmega chips). For now it only supports Arduino boards (ATmega chips).
Also, the Arduino must either be powered on first or have no bootloader present (flashed using SPI) since I expect a signal ~1 second after power on. Also, the Arduino must either be powered on first or have no bootloader present (flashed using SPI) since I expect a signal ~1 second after power on.
8Mhz boards are also supported. 8Mhz boards are also supported.
------------------------------------------------------------
Update: 16 August 2017
-changed the timing for the PAL PM-41 patch to make it more reliable (I had it failing occasionally).
Also I added a warning for people not to use 5V.