Skip to content

BigMuzzy/cozmo-csharp-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stateDiagram-v2
        direction TB

        state IHT_Session {
                IHT_Setup
                IHT_Running
                IHT_Paused
        }
        state IHT_Running {
                HypoxicInterval
                NormoxicInterval
        }
        Idle --> IHT_Session : StartIHT
        IHT_Session --> Idle : Complete
        IHT_Session --> Emergency_Shutdown : BiofeedbackAlert
        IHT_Setup --> IHT_Running : Start
        IHT_Running --> IHT_Paused : Pause
        HypoxicInterval --> NormoxicInterval : IntervalCompleted
        HypoxicInterval --> IHT_Paused : BiofeedbackAlert
        NormoxicInterval --> HypoxicInterval : IntervalCompleted
        NormoxicInterval --> Idle : AllCyclesCompleted
        IHT_Paused --> IHT_Running : Resume
[*] --> Idle
Loading

About

Anki Cozmo CSharp SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%