mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
685 B
Go
24 lines
685 B
Go
// Copyright 2024 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package tic interfaces with Tic Stepper Motor Controllers via I²C.
|
|
//
|
|
// # More Details
|
|
//
|
|
// See https://www.pololu.com/category/212/tic-stepper-motor-controllers for
|
|
// more details about the device range.
|
|
//
|
|
// # Product Pages
|
|
//
|
|
// Tic T500: https://www.pololu.com/product/3134
|
|
//
|
|
// Tic T834: https://www.pololu.com/product/3132
|
|
//
|
|
// Tic T825: https://www.pololu.com/product/3130
|
|
//
|
|
// Tic T249: https://www.pololu.com/product/3138
|
|
//
|
|
// Tic 36v4: https://www.pololu.com/product/3140
|
|
package tic
|