MFRC522 RFID Reader 1.0.0
This is a library for the MFRC522 RFID reader.
Loading...
Searching...
No Matches
require_cpp11.h
Go to the documentation of this file.
1
5#ifndef REQUIRE_CPP11_H
6#define REQUIRE_CPP11_H
7
8#if __cplusplus < 201103L
9#error "This library needs at least a C++11 compliant compiler, maybe compiler argument for C++11 support is missing or if you use Arduino IDE upgrade to version >=1.6.6"
10#endif
11
12#endif // REQUIRE_CPP11_H