ZM1-EVA
function init
init()
Reinitialize the board.
function summary
summary()
Print a summary on ZM1-EVA.
function on_button_press
on_button_press(fn, dir=FALLING_EDGE, debounce=0)
Set-up the USER_BUTTON to call an interrupt callback when pressed.
fnis the function to be called when the button is pressed;diris the wave edge that will trigger the callback. Default isFALLING_EDGE;debounceis the De-Bounce delay to set.