Difference between revisions of "Component Creation"
From Flowcode Help
Jump to navigationJump to search(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==Learn how to create components== |
− | |||
− | |||
*[[Creating_a_Property|Creating a Property]] - How to create a property | *[[Creating_a_Property|Creating a Property]] - How to create a property | ||
*[[IO_Properties|IO Properties]] - How to create and use IO properties | *[[IO_Properties|IO Properties]] - How to create and use IO properties | ||
Line 10: | Line 8: | ||
*[[Using_CAL_Components|Using CAL Components]] - Creating a component using CAL functionality (I2C / SPI / UART etc) | *[[Using_CAL_Components|Using CAL Components]] - Creating a component using CAL functionality (I2C / SPI / UART etc) | ||
*[[Using_A_Base_Component|Using A Base Component]] - Creating a new component using a base component | *[[Using_A_Base_Component|Using A Base Component]] - Creating a new component using a base component | ||
+ | *[[New_Component_Features|New Component Features]] - Additional component creation features added in Flowcode | ||
+ | |||
+ | ==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) |
Latest revision as of 11:56, 15 January 2021
Learn how to create components
- Creating a Property - How to create a property
- IO Properties - How to create and use IO properties
- Component Configuration - Overview of the component creation panel managers
- Customising A Component - Creating a new customised version of a component
- Assigning Code to an Existing Component - Complementing or overriding an existing components functionality
- Base Components - The base components and their function
- Using CAL Components - Creating a component using CAL functionality (I2C / SPI / UART etc)
- Using A Base Component - Creating a new component using a base component
- New Component Features - Additional component creation features added in Flowcode
Examples
- Exercises - Worked exercises including creating components
- Example - Simple Switch - Creating a simple momentary or latching switch using images to represent switch state
- Example - Number Conversions - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
- Example - Creating a two-wheeled robot - Creating a 2 wheeled robot from scratch (simulation & downloadable)