News

A Vector class for the Arduino This vector class contains the most important functionalities, which can also be found in the standard C++ vector class. It is intended for the small memory space of the ...
A sequence container similar to the C++ std::vector, but instead of allocating memory dynamically, this container points to an external, statically allocated c style array. The maximum size is fixed ...
This paper discusses the programming and the use of Arduino Mega, an open hardware microcontroller board in generating the Space Vector Modulation (SVM) for three phase inverters. The design can be ...
The software driving the SVG plotter has been significantly modified to be compatible with Processing 2.1.1. This ensures that the plotter can handle a variety of vector graphic formats and commands.