feature(Debounce):

Modified Debounce to compare with state in timeframe
This commit is contained in:
Devoalda 2023-09-13 07:57:27 +08:00
commit f942069de5
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
# Initialise pico_sdk from installed location
# (note this can come from environment, CMake cache etc)
set(PICO_BOARD pico_w CACHE STRING "Board type")
# Pull in Raspberry Pi Pico SDK (must be before project)