Jump to content

Component Creation: Difference between revisions

From Flowcode Help
DavidA (talk | contribs)
No edit summary
Line 12: Line 12:
==Examples==
==Examples==
*[[Exercises|Exercises]] - Worked exercises including creating components
*[[Exercises|Exercises]] - Worked exercises including creating components
*[[SimpleSwitch|Example - Simple Switch]] - Creating a simple momentary or latching switch using images to represent switch state
*[[Number_Conversions|Example - Number Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
*[[Number_Conversions|Example - Number Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
*[[Creating_a_two_wheeled_robot|Example - Creating a two-wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
*[[Creating_a_two_wheeled_robot|Example - Creating a two-wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)

Revision as of 11:56, 15 January 2021

Learn how to create components

Examples