Debinix Team Library Mock
Project development in parallel for hardware and software teams.
|
#include <cstdint>
#include <iostream>
#include <thread>
Go to the source code of this file.
Classes | |
class | mock::Mock |
Arduino Mock methods and mocked Arduino language constructs. More... | |
Namespaces | |
mock | |
Arduino mocked methods. | |
Macros | |
#define | HIGH 0x1 |
Arduino definition for HIGH. | |
#define | LOW 0x0 |
Arduino definition for LOW. | |
#define | INPUT 0x0 |
Arduino definition for INPUT. | |
#define | OUTPUT 0x1 |
Arduino definition for OUTPUT. | |
#define | INPUT_PULLUP 0x2 |
Arduino definition for INPUT_PULLUP. | |
#define | CHANGE 1 |
Arduino definition for CHANGE. | |
#define | FALLING 2 |
Arduino definition for FALLING. | |
#define | RISING 3 |
Arduino definition for RISING. | |
Typedefs | |
typedef uint16_t | word |
typedef bool | boolean |
typedef uint8_t | byte |
This is part of Mock library for the Arduino platform.
The MIT license.
typedef uint16_t word |
Arduino typedef for word
typedef bool boolean |
Arduino typedef for boolean
typedef uint8_t byte |
Arduino typedef for byte