tillitis / tkey-libs

TKey device libs
GNU General Public License v2.0
4 stars 2 forks source link

Introduce tkey include hierarchy #22

Closed mchack-work closed 9 months ago

mchack-work commented 9 months ago

We move our own include files so you include them with, for example:

include <tkey/led.h>

to better distinguish our own header files from that of clang/llvm's like stdint.h and stddef.h.