diff --git a/LCD/LCD.atsln b/LCD/LCD.atsln new file mode 100644 index 0000000..40eadd5 --- /dev/null +++ b/LCD/LCD.atsln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Atmel Studio Solution File, Format Version 11.00 +Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "LCD", "LCD\LCD.cppproj", "{6C0E7D6E-ED30-4B97-B973-E8D02E5EBAF1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|AVR = Debug|AVR + Release|AVR = Release|AVR + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6C0E7D6E-ED30-4B97-B973-E8D02E5EBAF1}.Debug|AVR.ActiveCfg = Debug|AVR + {6C0E7D6E-ED30-4B97-B973-E8D02E5EBAF1}.Debug|AVR.Build.0 = Debug|AVR + {6C0E7D6E-ED30-4B97-B973-E8D02E5EBAF1}.Release|AVR.ActiveCfg = Release|AVR + {6C0E7D6E-ED30-4B97-B973-E8D02E5EBAF1}.Release|AVR.Build.0 = Release|AVR + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/LCD/LCD/LCD.cppproj b/LCD/LCD/LCD.cppproj new file mode 100644 index 0000000..2dbc22c --- /dev/null +++ b/LCD/LCD/LCD.cppproj @@ -0,0 +1,141 @@ + + + + 2.0 + 6.2 + com.Atmel.AVRGCC8.CPP + {6c0e7d6e-ed30-4b97-b973-e8d02e5ebaf1} + ATtiny24 + none + Executable + CPP + $(MSBuildProjectName) + .elf + $(MSBuildProjectDirectory)\$(Configuration) + LCD + LCD + LCD + Native + true + false + true + true + 0x20000000 + + true + exception_table + 2 + 0 + + + + + + + + + + + + + com.atmel.avrdbg.tool.stk500 + + + + 125000 + + ISP + + com.atmel.avrdbg.tool.stk500 + + + STK500 + + ISP + + + + + True + True + True + True + False + True + True + + + NDEBUG + + + Optimize for size (-Os) + True + True + True + True + True + + + NDEBUG + + + Optimize for size (-Os) + True + True + True + + + libm + + + + + + + + + True + True + True + True + False + True + True + + + DEBUG + + + Optimize (-O1) + True + True + Default (-g2) + True + True + True + + + DEBUG + + + Optimize (-O1) + True + True + Default (-g2) + True + + + libm + + + Default (-Wa,-g) + + + + + + compile + + + + \ No newline at end of file