-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCoreAVR.swift4p
More file actions
24 lines (24 loc) · 835 Bytes
/
CoreAVR.swift4p
File metadata and controls
24 lines (24 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
files:
- module.modulemap
- Package.swift
- CoreAVR.h
- Sources/CoreAVR/DigitalValue.swift
- Sources/CoreAVR/CoreAVR.swift
- Sources/CoreAVR/Utilities.swift
- Sources/CoreAVR/module/AnalogToDigitalConverter.swift
- Sources/CoreAVR/module/CPUCore.swift
- Sources/CoreAVR/module/EEPROM.swift
- Sources/CoreAVR/module/GPIO.swift
- Sources/CoreAVR/module/Interrupts.swift
- Sources/CoreAVR/module/PowerManagement.swift
- Sources/CoreAVR/module/SerialPeripheralInterface.swift
- Sources/CoreAVR/module/Timer/Timer0.swift
- Sources/CoreAVR/module/Timer/Timer1.swift
- Sources/CoreAVR/module/Timer/Timer2.swift
- Sources/CoreAVR/module/Timer/Timers.swift
- Sources/CoreAVR/module/TwoWireInterface.swift
- Sources/CoreAVR/module/UART/UART.swift
- Sources/CoreAVR/module/UART/UART0.swift
settings:
BUILD_DIR: build
INCLUDE_PRINTF_FLT: 'no'