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 7d4ba0e commit 3a940e7Copy full SHA for 3a940e7
cores/arduino/ArduinoDS4/ArduinoDS4_USBAPI.h renamed to cores/arduino/ArduinoDS4/ArduinoPS4_USBAPI.h
@@ -1,7 +1,7 @@
1
/*
2
- * Project ArduinoDS4 AVR core
+ * Project ArduinoPS4 AVR core
3
* @author Flamethrower
4
- * @link github.com/Flamethr0wer/ArduinoDS4_AVR
+ * @link github.com/Flamethr0wer/ArduinoPS4_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 ARDUINODS4_USBAPI_H
30
-#define ARDUINODS4_USBAPI_H
+#ifndef ARDUINOPS4_USBAPI_H
+#define ARDUINOPS4_USBAPI_H
31
32
#ifdef USBCON
33
34
-#define ARDUINODS4_USB
+#define ARDUINOPS4_USB
35
36
-class ArduinoDS4USB {
+class ArduinoPS4USB {
37
public:
38
static bool connected(void);
39
static uint8_t available(void);
0 commit comments