Skip to content

Commit 3a940e7

Browse files
authored
Update and rename ArduinoDS4_USBAPI.h to ArduinoPS4_USBAPI.h
1 parent 7d4ba0e commit 3a940e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cores/arduino/ArduinoDS4/ArduinoDS4_USBAPI.h renamed to cores/arduino/ArduinoDS4/ArduinoPS4_USBAPI.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project ArduinoDS4 AVR core
2+
* Project ArduinoPS4 AVR core
33
* @author Flamethrower
4-
* @link github.com/Flamethr0wer/ArduinoDS4_AVR
4+
* @link github.com/Flamethr0wer/ArduinoPS4_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 ARDUINODS4_USBAPI_H
30-
#define ARDUINODS4_USBAPI_H
29+
#ifndef ARDUINOPS4_USBAPI_H
30+
#define ARDUINOPS4_USBAPI_H
3131

3232
#ifdef USBCON
3333

34-
#define ARDUINODS4_USB
34+
#define ARDUINOPS4_USB
3535

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

0 commit comments

Comments
 (0)