index
:
avr8js
avr32dd20
main
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types.ts
blob: f87f298f77544a4d267a05971241d1b3475e5a40 (
plain
)
1
2
3
export type u8 = number; export type u16 = number; export type u32 = number;