Skip to content

Commit d3c1b1b

Browse files
authored
Update and rename ArduinoPS4_USBAPI.h to PS4Arduino_USBAPI.h
1 parent 4f1ef5e commit d3c1b1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cores/arduino/PS4Arduino/ArduinoPS4_USBAPI.h renamed to cores/arduino/PS4Arduino/PS4Arduino_USBAPI.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project ArduinoPS4 AVR core
2+
* Project PS4Arduino AVR core
33
* @author Flamethrower
4-
* @link github.com/Flamethr0wer/ArduinoPS4_AVR
4+
* @link github.com/Flamethr0wer/PS4Arduino_AVR
55
* @license MIT - Copyright (c) 2019 Flamethrower
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,14 +26,14 @@
2626

2727
#include "USBAPI.h"
2828

29-
#ifndef ARDUINOPS4_USBAPI_H
30-
#define ARDUINOPS4_USBAPI_H
29+
#ifndef PS4ARDUINO_USBAPI_H
30+
#define PS4ARDUINO_USBAPI_H
3131

3232
#ifdef USBCON
3333

34-
#define ARDUINOPS4_USB
34+
#define PS4ARDUINO_USB
3535

36-
class ArduinoPS4USB {
36+
class PS4ArduinoUSB {
3737
public:
3838
static bool connected(void);
3939
static uint8_t available(void);

0 commit comments

Comments
 (0)