cancel
Showing results for 
Search instead for 
Did you mean: 

During the demo there is one point I missed related to the LED block used in AlgoBuilder. It is not a predefined block, how did you manage to implement it?

Evelina CAMILLERI
ST Employee
 
1 ACCEPTED SOLUTION

Accepted Solutions
Luca SEGHIZZI
Senior

The simplest way is to use Functional Block Creator which is available in AlgoBuilder, it will help you with your function block creation. You can define name and size of the function block and then function block inputs, output and properties and at the end C code which the fucntion block represent. The Function Block Creator is well described in the AlgoBuilder User Manual and in the design tip: DT0148.

View solution in original post

1 REPLY 1
Luca SEGHIZZI
Senior

The simplest way is to use Functional Block Creator which is available in AlgoBuilder, it will help you with your function block creation. You can define name and size of the function block and then function block inputs, output and properties and at the end C code which the fucntion block represent. The Function Block Creator is well described in the AlgoBuilder User Manual and in the design tip: DT0148.