b-parasite-esp32/code/nrf-connect/prstlib/include/prstlib/button.h
rbaron 5ceccfafcc Extracts prstlib
Moves ble sample to code/nrf-connect/samples
2022-11-27 18:37:42 +01:00

7 lines
No EOL
147 B
C

#ifndef _PRST_BUTTON_H_
#define _PRST_BUTTON_H_
// Inits button driver and registers callback.
int prst_button_init();
#endif // _PRST_BUTTON_H_