]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/ADCTest/setup.cmake
Move matrix information to a cli command
[kiibohd-controller.git] / Scan / ADCTest / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 # ADC/DAC example. DAC only works on microcontrollers that support it.
8 #
9 ###
10
11
12 ###
13 # Module C files
14 #
15
16 set( SCAN_SRCS
17         scan_loop.c
18         analog.c
19 )
20
21
22 ###
23 # Module Specific Options
24 #
25
26
27 ###
28 # Compiler Family Compatibility
29 #
30 set( ScanModuleCompatibility
31         arm
32 )
33