Avoid including Arduino.h where possible
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef BUFFERFILLER_H
|
#ifndef BUFFERFILLER_H
|
||||||
#define BUFFERFILLER_H
|
#define BUFFERFILLER_H
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <stdint.h>
|
||||||
#include "PacketCRC.h"
|
#include "PacketCRC.h"
|
||||||
#include "PacketTypes.h"
|
#include "PacketTypes.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef PACKET_PARSER_H
|
#ifndef PACKET_PARSER_H
|
||||||
#define PACKET_PARSER_H
|
#define PACKET_PARSER_H
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <vector>
|
||||||
#include "PacketTypes.h"
|
#include "PacketTypes.h"
|
||||||
|
|
||||||
class PacketParser {
|
class PacketParser {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef PACKET_TYPES_H
|
#ifndef PACKET_TYPES_H
|
||||||
#define PACKET_TYPES_H
|
#define PACKET_TYPES_H
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <stdint.h>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
|
|
||||||
// Define packet types
|
// Define packet types
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef RFPOWERVIEW_H
|
#ifndef RFPOWERVIEW_H
|
||||||
#define RFPOWERVIEW_H
|
#define RFPOWERVIEW_H
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <stdint.h>
|
||||||
#include <RF24.h>
|
#include <RF24.h>
|
||||||
#include "PacketReceiver.h"
|
#include "PacketReceiver.h"
|
||||||
#include "PacketParser.h"
|
#include "PacketParser.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user