Digigurdy-baz
Loading...
Searching...
No Matches
usb_power.h
Go to the documentation of this file.
1
#ifndef USB_POWER_HH
2
#define USB_POWER_HH
3
4
#include "
config.h
"
5
6
#ifdef ARDUINO_TEENSY41
7
#include <imxrt.h>
8
#endif
9
10
#ifdef ARDUINO_TEENSY36
11
#include <kinetis.h>
12
#endif
13
14
void
usb_power_on
();
15
void
usb_power_off
();
16
17
#endif
config.h
usb_power_off
void usb_power_off()
Cuts power to the USBHost controller pin.
Definition:
usb_power.cpp:18
usb_power_on
void usb_power_on()
Enables power to the USBHost controller pin.
Definition:
usb_power.cpp:4
Generated by
1.9.5