Open iceman1001 opened 5 years ago
the lf standalones.. Two banks of storage for a found tag. 0,1 The state machine states in standalone mode is Record, Play, Clone. This translates into current termology as Read, Simulate, Clone.
We have 4 leds and one button to revert back user feedback.
Button is used to swap between states. Led can be ON, OFF, FLASH
desc | A | B | C | D |
---|---|---|---|---|
reading A | on | |||
reading B | on | |||
simulate A | on | on | ||
Simulate B | on | on | ||
Clone A | on | on | ||
Clone B | on | on |
Added a feedback after a operation is done. selected led flashes twice,
In armsrc/utils.c , LED( x, x), it takes a flag. One change that happend was some LED defines became 1,2,3,4 and consequently used with LED(x,x) leading to the wastly bad led experience in standalone modes on a iceman based repo. My bad.