We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1ef5e commit d3c1b1bCopy full SHA for d3c1b1b
cores/arduino/PS4Arduino/ArduinoPS4_USBAPI.h renamed to cores/arduino/PS4Arduino/PS4Arduino_USBAPI.h
@@ -1,7 +1,7 @@
1
/*
2
- * Project ArduinoPS4 AVR core
+ * Project PS4Arduino AVR core
3
* @author Flamethrower
4
- * @link github.com/Flamethr0wer/ArduinoPS4_AVR
+ * @link github.com/Flamethr0wer/PS4Arduino_AVR
5
* @license MIT - Copyright (c) 2019 Flamethrower
6
*
7
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,14 +26,14 @@
26
27
#include "USBAPI.h"
28
29
-#ifndef ARDUINOPS4_USBAPI_H
30
-#define ARDUINOPS4_USBAPI_H
+#ifndef PS4ARDUINO_USBAPI_H
+#define PS4ARDUINO_USBAPI_H
31
32
#ifdef USBCON
33
34
-#define ARDUINOPS4_USB
+#define PS4ARDUINO_USB
35
36
-class ArduinoPS4USB {
+class PS4ArduinoUSB {
37
public:
38
static bool connected(void);
39
static uint8_t available(void);
0 commit comments