Adafruit_TiCoServo libraries do not work on SAMD21 chips

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
yihuang
 
Posts: 4
Joined: Mon Oct 25, 2021 10:41 pm

Adafruit_TiCoServo libraries do not work on SAMD21 chips

Post by yihuang »

I was working on a project to use WS2812 and SG90 Servo on the SAMD21 chip. I found NeoPXL8 and TiCoServo in Adafruit. NeoPXL8 can normally drive my RGB LED, but TiCoServo does not run on SAMD21 chip, so dear developer, do you have any plans to add SAMD21 to the TiCoServo library? Or do you have another solution?

User avatar
adafruit_support_bill
 
Posts: 88096
Joined: Sat Feb 07, 2009 10:11 am

Re: Adafruit_TiCoServo libraries do not work on SAMD21 chips

Post by adafruit_support_bill »

The TiCo Servo library is very hardware specific to 8-bit AVR processor architecture. We have a different library that is designed for the SAMD processor architecture:
https://learn.adafruit.com/dma-driven-n ... s/overview

User avatar
yihuang
 
Posts: 4
Joined: Mon Oct 25, 2021 10:41 pm

Re: Adafruit_TiCoServo libraries do not work on SAMD21 chips

Post by yihuang »

adafruit_support_bill wrote:The TiCo Servo library is very hardware specific to 8-bit AVR processor architecture. We have a different library that is designed for the SAMD processor architecture:
https://learn.adafruit.com/dma-driven-n ... s/overview
Thanks for your guidance, I will try this method

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”