-
Notifications
You must be signed in to change notification settings - Fork 0
/
ATmega328p Projects.atsln
28 lines (28 loc) · 1.42 KB
/
ATmega328p Projects.atsln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
# Atmel Studio Solution File, Format Version 11.00
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "LED Blink with Button Interrupt", "ATmega328p Projects\LED Blink with Button Interrupt.cproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
EndProject
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "UART and I2C", "UART\UART and I2C.cproj", "{0E7D4507-09E7-4CB2-A337-05E4A88A294C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.ActiveCfg = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|AVR.Build.0 = Debug|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.ActiveCfg = Release|AVR
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|AVR.Build.0 = Release|AVR
{0E7D4507-09E7-4CB2-A337-05E4A88A294C}.Debug|AVR.ActiveCfg = Debug|AVR
{0E7D4507-09E7-4CB2-A337-05E4A88A294C}.Debug|AVR.Build.0 = Debug|AVR
{0E7D4507-09E7-4CB2-A337-05E4A88A294C}.Release|AVR.ActiveCfg = Release|AVR
{0E7D4507-09E7-4CB2-A337-05E4A88A294C}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal