Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/ArduinoUno.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: ArduinoUno
description: Convenient definition of pins available on Arduino Uno
icon: "microchip"
inports:
in:
type: all
Expand Down
1 change: 1 addition & 0 deletions components/MbedLPC.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: MbedLPC
description: Convenient definition of pins available on Mbed LPC1768
icon: "microchip"
inports:
in:
type: bang
Expand Down
1 change: 1 addition & 0 deletions components/ToggleAnimation.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: ToggleAnimation
description: "Animate between two states; one value for high, another for low"
icon: "film"
inports:
clock:
type: integer
Expand Down
1 change: 1 addition & 0 deletions components/ToggleAnimationsN.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* microflo_component yaml
name: ToggleAnimationsN
description: "Animate between two states; one value for high, another for low"
icon: "film"
inports:
tracks:
type: integer
Expand Down