This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages) (Learn how and when to remove this message)
|
| Flowcode | |
|---|---|
Flowcode 10 Screenshot | |
| Developer | Matrix TSL |
| Stable release | 10.0 / 25 January 2023; 3 years ago (2023-01-25) |
| Written in | C++ |
| Operating system | Microsoft Windows |
| Available in | English, French, German, Spanish |
| Type | Computer programming tool |
| License | ProprietaryEULA |
| Website | www |
Flowcode is a development environment commercially produced by Matrix TSL for programming embedded devices based onPIC,AVR (includingArduino),ESP32,Raspberry Pi and RP2040 andARM technologies usinggraphical programming styles (such asflowcharts) andimperative programming styles (throughC,State Machines andPseudocode). It is currently[when?] in its eleventh revision.
Flowcode is dedicated to simplifying complex functionality such asBluetooth,Mobile Phones Communications,USB communications etc. by using pre-developed dedicated open source component libraries of functions. This is achieved by dragging virtual representations of hardware onto a visual panel, providing access to associated libraries. Flowcode is therefore ideal for speeding up software development times and allowing those with little programming experience to get started and help with projects. This makes it appropriate for the formal teaching of principles of programming microcontrollers.[1]
Flowcode allows the user to develop and view their program using four different visual modes. These are the Flowchart view, the Blocks view (a graphical programming paradigm inspired byBlockly), the C code view and the Pseudocode view. There is also a fifth state machine way of entering code.
Flowcode also has a mode named App Developer which is capable of creating Windows based applications via a runtime executable. This allows the software to also create applications for testing or interacting with the embedded system.
Flowcode also has compatibility withSolidworks.[2]
Thiscomputer-programming-related article is astub. You can help Wikipedia byadding missing information. |