fix: 1. upon startup, the state of all electrodes is highZ (the control of GPIOs follows a specific order)

2. the state is idle before starting and after finishing the pulse generation
This commit is contained in:
Roy_01
2024-08-29 09:56:08 +08:00
parent 98a4524067
commit 8db81a445c
2 changed files with 28 additions and 16 deletions
+3 -3
View File
@@ -14,9 +14,9 @@
#define VERSION_DATE_YEAR 24
#define VERSION_DATE_MONTH 8
#define VERSION_DATE_DAY 22
#define VERSION_DATE_HOUR 10
#define VERSION_DATE_MINUTE 54
#define VERSION_DATE_DAY 29
#define VERSION_DATE_HOUR 9
#define VERSION_DATE_MINUTE 56
static void cis_version(uint8_t *ins, uint16_t size)
{
NRF_LOG_INFO("%s", __FUNCTION__);