feature(Debounce):
Modified Debounce to compare with state in timeframe
This commit is contained in:
commit
f942069de5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue