Serial Wombat 4A and 4B Firmware
Classes | Macros | Typedefs | Functions
debounce.c File Reference
#include <stdint.h>
#include "serialWombat.h"

Classes

struct  debounce_n
 

Macros

#define debounce   ((debounce_t*) CurrentPinRegister)
 

Typedefs

typedef struct debounce_n debounce_t
 

Functions

void initDebounce (void)
 
void updateDebounce ()
 

Macro Definition Documentation

◆ debounce

#define debounce   ((debounce_t*) CurrentPinRegister)

Typedef Documentation

◆ debounce_t

typedef struct debounce_n debounce_t

Function Documentation

◆ initDebounce()

void initDebounce ( void  )

◆ updateDebounce()

void updateDebounce ( )