mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef __eepe_h__
|
|
#define __eepe_h__
|
|
|
|
void eepe_init();
|
|
|
|
#endif
|