index
:
raspi-ducky.git
main
A tool to turn the Raspberry Pi Pico into a USB Rubber Ducky
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
circuitpython
/
lib
/
tinyusb
/
examples
/
device
/
usbtmc
/
src
/
main.h
blob: 673247ec7ff0b5ada19bbd218ae53db512616648 (
plain
)
1
2
3
4
5
#ifndef MAIN_H
#define MAIN_H
void
led_indicator_pulse
(
void
);
#endif