/* * Arduino.h -- shim for host-side test builds. * * When compiling tests on x86_64, this file sits in the mocks/ include * path and intercepts #include so that student code (or * future libraries) that reference Arduino directly still compiles. * * Generated by Anvil. */ #ifndef ARDUINO_H_MOCK_SHIM #define ARDUINO_H_MOCK_SHIM #include "mock_arduino.h" #endif // ARDUINO_H_MOCK_SHIM