KEK/RP2040/rp2040.h
folkert van heusden 2b6de27c35
compiles
2023-04-07 23:10:26 +02:00

8 lines
132 B
C

#pragma once
#if defined(BUILD_FOR_RP2040)
#include <Arduino.h>
#include <FreeRTOS.h>
#include <semphr.h>
#include <task.h>
#endif