mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 08:55:06 +00:00
Merge branch 'main' into develop3
This commit is contained in:
commit
e53928ba15
@ -55,7 +55,7 @@ static error_t pulse_reset(GpioDescriptor* descriptor) {
|
|||||||
if (error != ERROR_NONE) {
|
if (error != ERROR_NONE) {
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
vTaskDelay(pdMS_TO_TICKS(10));
|
vTaskDelay(pdMS_TO_TICKS(50));
|
||||||
// Logical low (physical high, because of earlier GPIO_FLAG_ACTIVE_LOW)
|
// Logical low (physical high, because of earlier GPIO_FLAG_ACTIVE_LOW)
|
||||||
error = gpio_descriptor_set_level(descriptor, false);
|
error = gpio_descriptor_set_level(descriptor, false);
|
||||||
if (error != ERROR_NONE) {
|
if (error != ERROR_NONE) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user