Skip to content

A proof of concept tool being developed for my master's degree

Notifications You must be signed in to change notification settings

rzfzr/MDD4CPD-Legacy

Repository files navigation

MDD4CPD

⚠️ This project has moved to a new repository, due to a tech stack and collaborator change.

Tool Architectural Flow

graph TD;
    ArduinoLibrary-->|LibraryParser|ComponentPalette-->|Dragged|Diagram-->|onChange -> diagram serialization|Nodes&Links-->CodeGenerator-->Problems;
    CodeGenerator-->ArduinoCode;
    CodeGenerator-->CodeComments;
Loading