DEV Community

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

Posted on β€’ Edited on

3 2

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

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay