diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-25 09:45:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-25 09:45:54 +0200 |
commit | f6c2c762afc1d527cf40f8925ecf22b8b5845b43 (patch) | |
tree | 3a7494db19550b80a2d2b76cdc8a3e23dfd276b3 /sw/lib | |
parent | f3a56d229e2c3d333d53b9e31d5ca49afc3a11fe (diff) | |
download | glutte-batteries-f6c2c762afc1d527cf40f8925ecf22b8b5845b43.tar.gz glutte-batteries-f6c2c762afc1d527cf40f8925ecf22b8b5845b43.tar.bz2 glutte-batteries-f6c2c762afc1d527cf40f8925ecf22b8b5845b43.zip |
Add new LTC2400 library
Diffstat (limited to 'sw/lib')
-rw-r--r-- | sw/lib/SPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/lib/SPI.h b/sw/lib/SPI.h index 5206a09..eac4c35 100644 --- a/sw/lib/SPI.h +++ b/sw/lib/SPI.h @@ -14,6 +14,8 @@ #ifndef _SPI_H_INCLUDED #define _SPI_H_INCLUDED +#error "do not use" + #include <Arduino.h> // SPI_HAS_TRANSACTION means SPI has beginTransaction(), endTransaction(), |