Publish the app
On the app page, you can see project file structure, write code, add devices and publish the code to the devices.
Code editor
Select examples to try out and publish the code to the devices. Note, that Ctrl+S
just saves the code, but Publish to devices
creates a release, which is downloaded by every device in the app.
Languages
Flibbert supports multiple languages, you can select a different language option from the dropdown. All languages have an entry function main
(or attributed as main) which is executed when device starts.