mirror of
https://github.com/Derisis13/AT-VFD.git
synced 2025-12-06 19:32:49 +01:00
Feature: explicit function to reset the VFD controller
This commit is contained in:
6
PT6302.h
6
PT6302.h
@@ -48,6 +48,12 @@ enum RAM_types{
|
||||
* ------------------------------------------------------------- */
|
||||
void PT6302_startup (void);
|
||||
|
||||
/* ----------------------------------------------
|
||||
* Resets the VFD controller trough its reset pin
|
||||
* Handles reset delays
|
||||
* ---------------------------------------------- */
|
||||
inline void PT6302_reset(void);
|
||||
|
||||
/* --------------------------------
|
||||
* Transmits the LSB of data
|
||||
* Handles communication except CSB
|
||||
|
||||
Reference in New Issue
Block a user