DEV Community

Cover image for New Luos feature: Template Creation for State, Voltage, Motor and Servo
Emanuel Allely for Luos

Posted on • Updated on

New Luos feature: Template Creation for State, Voltage, Motor and Servo

πŸ†• New Luos feature in the 1.3.0 release: "Template Creation for State, Voltage, Motor and Servo" ➞ To make the embedded development easier, we have to make everything work the same way.

For example, there are many different motor technologies and control, but all motors have the same purpose: making something move. And because all of them have the same purpose, we also should have the same profile or API for them! That's why we created the Templates.

Profiles are advanced APIs dedicated to common Drivers such as motors, and we call template the container hosting a profile. Templates are containers that will manage for you the profile (API) of your driver.

By developing this kind of container, you don't need to take care of message management anymore. You only need to deal with simple variables adapted to your container's needs! And of course, you can create your own profiles, compose a new one with the already existing ones and share it with your team or the community.

More details are in the Luos profile section of our documentation ➞ https://docs.luos.io/pages/embedded/containers/use-profiles.html

Top comments (0)