From bdf266564561e48984162b4b4547a9041ec4be85 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 27 Jul 2024 12:24:11 -0700 Subject: [PATCH] updated with correct pinout for socket High protection schematic. --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d4e981b..780a1c8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,8 @@ -# FG004_A(Low Power) +# FG004_A(High Power) ## Description -This embedded firmware is the Low Power mode for the triac software. - -It causes the attiny404 to generate pulses, which are delayed -by a value configured in the `config.h` file. - -The timing is done after the PZC(positive zero crossing) of the AC input -waveform. - -It then samples the ADC pins to see if the load is within tollerable -values. +This embedded firmware is the High Power mode for the triac software. ### Micro Controller Pins @@ -22,13 +13,13 @@ values. 3. PA5(ADC_LOAD2) 4. PA6(ADC_LOAD3) 5. PA7(zerocrossing) -6. PB3(G2) -7. PB2(G3) +6. PB3(EN2) +7. PB2(EN3) 8. PB1(SDA) 9. PB0(SCL) 10. RST(NC) 11. PA1(G1) -12. PA2(NC) +12. PA2(EN1) 13. PA3(NC) 14. VSS(GND)