Speeduino
Loading...
Searching...
No Matches
atomic.h
Go to the documentation of this file.
1#pragma once
2
3#include "board_definition.h"
4
5#if !defined(ATOMIC)
6
7#include <SimplyAtomic.h>
8
9#endif
Inclusion of board specific header files and board related definitions.