~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to JonnyC/STAR/STAR_momentary.avrsln

Added Flashy Mike's OTSM example code for later reference.
Off Time Sleep Mode accurately measures time for a few seconds
while power is physically disconnected from the MCU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
Microsoft Visual Studio Solution File, Format Version 11.00
 
3
# AvrStudio Solution File, Format Version 11.00
 
4
Project("{D1100916-62DA-4D80-A9B4-55A1E7CCEEB3}") = "STAR_momentary", "STAR_momentary.avrgccproj", "{CB286D95-CD9E-4524-9EC8-A3EAFF5E2C4F}"
 
5
EndProject
 
6
Global
 
7
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
8
                Debug|AVR = Debug|AVR
 
9
                Release|AVR = Release|AVR
 
10
        EndGlobalSection
 
11
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
 
12
                {CB286D95-CD9E-4524-9EC8-A3EAFF5E2C4F}.Debug|AVR.ActiveCfg = Debug|AVR
 
13
                {CB286D95-CD9E-4524-9EC8-A3EAFF5E2C4F}.Debug|AVR.Build.0 = Debug|AVR
 
14
                {CB286D95-CD9E-4524-9EC8-A3EAFF5E2C4F}.Release|AVR.ActiveCfg = Release|AVR
 
15
                {CB286D95-CD9E-4524-9EC8-A3EAFF5E2C4F}.Release|AVR.Build.0 = Release|AVR
 
16
        EndGlobalSection
 
17
        GlobalSection(SolutionProperties) = preSolution
 
18
                HideSolutionNode = FALSE
 
19
        EndGlobalSection
 
20
EndGlobal