igors48 / timers

DIY LILYGO T-Watch 2020 V3 based project
1 stars 0 forks source link

remove typedefs from bma.hpp and i2s.hpp #90

Open igors48 opened 2 years ago

igors48 commented 2 years ago

src/core/watch/bma.hpp
typedef unsigned int (*GetCounter)(); // todo remove typedefs
src/core/watch/i2s.hpp
typedef signed int (*Write)(const void *src, signed int size, signed int *bytesWritten); // todo remove typedef