SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
samd21_mcu.h
Go to the documentation of this file.
1#include "Arduino.h"
2
3#if defined(_SAMD21_)
4
5#ifndef CURRENT_SENSE_SAMD21_H
6#define CURRENT_SENSE_SAMD21_H
7
8#define SIMPLEFOC_SAMD_DEBUG
9#if !defined(SIMPLEFOC_SAMD_DEBUG_SERIAL)
10#define SIMPLEFOC_SAMD_DEBUG_SERIAL Serial
11#endif
12
13#include "../../hardware_api.h"
14
15#endif
16
17
18
19#endif