Socket
Socket
Sign inDemoInstall

cosa-roboteq-sdc21xx

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cosa-roboteq-sdc21xx

Wio package for cosa to control Roboteq SDC21XX Brushless DC Motor


Version published
Maintainers
2
Install size
5.25 kB
Created

Readme

Source

Roboteq SDC21XX Controllers

This is a wio package for Cosa that provides ability to control Roboteq SDC21XX Brushless DC motor controllers.

Usage

Datasheet can be found from this series of controllers at this link.

This package uses PWM signal to control the controller, so make sure you set the pin you are connecting to as a PWM pin. This can be done through Roboteq+ PC Utility.

Define a controller wlp::SDC21XX sdc(Board::PWM1). You have to provide it PWM pin.

change speed using:

sdc.set_speed(0);
sdc.set_speed(37);
sdc.set_speed(100);

Install

wio install cosa-roboteq-sdc21xx

Keywords

FAQs

Last updated on 01 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc