updated readme for correct repo
This commit is contained in:
parent
4df6f93b32
commit
54b67ff8d4
|
@ -1,15 +1,18 @@
|
||||||
# FG004_A(Triac Testing)
|
# FG004_A(Low Power)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This embedded firmware is the testing mode for the triac software.
|
This embedded firmware is the Low Power mode for the triac software.
|
||||||
|
|
||||||
It causes the attiny404 to generate pulses continuously, which are delayed
|
It causes the attiny404 to generate pulses, which are delayed
|
||||||
by a value configured in the `config.h` file.
|
by a value configured in the `config.h` file.
|
||||||
|
|
||||||
The timing is done after the PZC(positive zero crossing) of the AC input
|
The timing is done after the PZC(positive zero crossing) of the AC input
|
||||||
waveform.
|
waveform.
|
||||||
|
|
||||||
|
It then samples the ADC pins to see if the load is within tollerable
|
||||||
|
values.
|
||||||
|
|
||||||
### Micro Controller Pins
|
### Micro Controller Pins
|
||||||
|
|
||||||
**ATtiny404**
|
**ATtiny404**
|
||||||
|
|
Loading…
Reference in New Issue