[FL-1449] Indala reading and writing (#616)
* Rfid: indala 40134 validation and decoding * Rfid: show indala info * Rfid: decoder to output comparator signal on gpio pins * Rfid: working indala 40134 decoder * HAL: added function to change rfid timer parameters on the fly * RFID: Indala reading, card detection, card verification * Rfid: indala writing
This commit is contained in:
		| @@ -269,4 +269,10 @@ void api_hal_rfid_set_read_pulse(uint32_t pulse) { | ||||
|         furi_check(0); | ||||
|         break; | ||||
|     } | ||||
| } | ||||
|  | ||||
| void api_hal_rfid_change_read_config(float freq, float duty_cycle) { | ||||
|     uint32_t period = (uint32_t)((SystemCoreClock) / freq) - 1; | ||||
|     api_hal_rfid_set_read_period(period); | ||||
|     api_hal_rfid_set_read_pulse(period * duty_cycle); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user