A test program for LTC2601 / Mikroe DAC 2 Click peripheral.

Dependencies:   LTC2601

Revision:
1:5e314f1c924c
Parent:
0:56f33267019d
--- a/main.cpp	Tue Aug 25 14:16:52 2020 +0800
+++ b/main.cpp	Tue Aug 25 14:33:10 2020 +0800
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "ltc2601.h" 
+#include "LTC2601.h" 
 
 // SPI for DISCO_F746NG board w/Mikro Arduino Click Shield
 SPI spi(SPI_MOSI, SPI_MISO, SPI_SCK);