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

Dependencies:   LTC2601

Committer:
elelthvd
Date:
Tue Aug 25 14:34:54 2020 +0800
Revision:
2:1942514cee94
Parent:
0:56f33267019d
Add LTC2601 library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elelthvd 0:56f33267019d 1 {
elelthvd 0:56f33267019d 2
elelthvd 0:56f33267019d 3 "requires": ["bare-metal", "events", "drivers"],
elelthvd 0:56f33267019d 4 "target_overrides": {
elelthvd 0:56f33267019d 5 "*": {
elelthvd 0:56f33267019d 6 "target.c_lib": "small",
elelthvd 0:56f33267019d 7 "target.printf_lib": "std"
elelthvd 0:56f33267019d 8 }
elelthvd 0:56f33267019d 9 }
elelthvd 0:56f33267019d 10 }