Skip to content

Oya-Tomo/sclp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Control Library for Pico

Overview

  • This library provides a set of standard control functions for some modules.
  • The library is designed to be used with the Pico SDK.
  • The library is written in C++.

Modules

  • QEI : Rotary Encoder
  • MD : Motor Driver

Control Functions

  • PID : Proportional-Integral-Derivative Controller

Setup

Clone this repository.

git clone https://github.com/Oya-Tomo/sclp.git

Add the following line to your CMakeLists.txt.

add_subdirectory(sclp)
target_link_libraries([your project name] sclp)

About

Standard Control Library for Pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors