Component Creation: Difference between revisions
Appearance
Redirected page to New Component Features |
No edit summary |
||
| Line 1: | Line 1: | ||
==Component Creation== | |||
<span id="Component_Creation"></span> | |||
*[[New_Component_Features|New Component Features]] - Additional component creation features added in Flowcode 8 | |||
*[[Creating_a_Property|Creating a Property]] - How to create a property | |||
*[[IO_Properties|IO Properties]] - How to create and use IO properties | |||
*[[Panel_Managers|Component Configuration]] - Overview of the component creation panel managers | |||
*[[Customising_A_Component|Customising A Component]] - Creating a new customised version of a component | |||
*[[Assigning_Code_to_an_Existing_Component|Assigning Code to an Existing Component]] - Complementing or overriding an existing components functionality | |||
*[[Base_Components|Base Components]] - The base components and their function | |||
*[[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 | |||
*[[Exercises|Exercises]] - Worked exercises including creating components | |||
*[[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) | |||
Revision as of 10:53, 1 July 2019
Component Creation
- New Component Features - Additional component creation features added in Flowcode 8
- 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
- Exercises - Worked exercises including creating components
- 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)