Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icons to some of the components #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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