Flowcode: Difference between revisions

Content deleted Content added
No edit summary
top: copy edit with General fixes, removed underlinked tag
Line 1:
{{notablenotability|date=May 2018}}
{{multiple issues|
{{Underlinked|date=September 2014}}
{{notable|date=May 2018}}
}}
 
{{Infobox software
Line 21 ⟶ 18:
}}
 
'''Flowcode''' is a Microsoft Windows-based development environment commercially produced by Matrix TSL for programming embedded devices based on [[PIC_microcontrollerPIC microcontroller|PIC]], [[Atmel_AVRAtmel AVR|AVR]] (including [[Arduino]]) and [[Atmel_ARMAtmel ARM-based_processorsbased processors|ARM]] technologies using [[Visual_programming_languageVisual programming language|graphical programming]] styles (such as [[flowchart]]s) and [[Imperative_programming|imperative programming]] styles (through [[C_C (programming_languageprogramming language)|C]] and [[Pseudocode|Pseudocode]]). It is currently in its eighth revision.
 
Flowcode is dedicated to simplifying complex functionality such as [[Bluetooth]], [[GSM|Mobile Phones Communications]], [[USB|USB communications]] etc. by using pre-developed dedicated 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 <ref>Pearson, [https://qualifications.pearson.com/en/news-policy/subject-updates/engineering/unit-6-Micro-controllers-btec-national-engineering-faqs.html "Unit 6: Micro-controllers - BTEC National Engineering additional FAQs "], ''Pearson'', 06/06/2018</ref>..
Line 27 ⟶ 24:
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 by [[Blockly]]), the C code view and the Pseudocode view.
 
Flowcode also has compatibility with [[Solidworks]] .<ref>Dassault Systèmes, [https://www.solidworks.com/partner-product/flowcode "Flowcode | SOLIDWORKS"], ''Solidworks'', 31/05/2018</ref>.
 
There is a large and helpful online community based at the Matrix user forums.<ref>Matrix TSL, [http://www.matrixtsl.com/mmforums/index.php "Matrix user forums"], ''Matrix user forums'', 31/05/2018</ref>. There is also a dedicated Wiki.<ref>Matrix TSL, [http://www.matrixtsl.com/wiki/index.php "Flowcode Help"], ''Flowcode Wiki'', 31/05/2018</ref>.
 
== Notes ==