Skip to content

Commit

Permalink
Add memory monitor to np1 example workflow (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha authored Dec 9, 2024
1 parent f705f6e commit 17e8852
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions workflows/hardware/np1e/np1e.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,14 @@
<EnableLed>true</EnableLed>
</Builder>
</Expression>
<Expression xsi:type="Combinator">
<Combinator xsi:type="onix1:MemoryMonitorData">
<onix1:DeviceName>BreakoutBoard/MemoryMonitor</onix1:DeviceName>
</Combinator>
</Expression>
<Expression xsi:type="MemberSelector">
<Selector>PercentUsed</Selector>
</Expression>
</Nodes>
<Edges>
<Edge From="0" To="1" Label="Source1" />
Expand All @@ -222,6 +230,7 @@
<Edge From="16" To="17" Label="Source1" />
<Edge From="17" To="18" Label="Source1" />
<Edge From="18" To="19" Label="Source1" />
<Edge From="20" To="21" Label="Source1" />
</Edges>
</Workflow>
</WorkflowBuilder>

0 comments on commit 17e8852

Please sign in to comment.