index
:
gyronardo
master
Gyroscope HID with the Arduino Leonardo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.cpp
blob: cb25471d906d96fdca1e56f8139b50136fb40ad3 (
plain
)
1
2
3
4
5
6
#include
"utils.hpp"
void
stop
()
{
while
(
true
)
{}
}