Search found 2 matches
- Thu May 05, 2016 7:44 pm
- Forum: Developer Discussions
- Topic: How to add new output to Crazyflie 2.0
- Replies: 3
- Views: 3632
Re: How to add new output to Crazyflie 2.0
Hi kristoffer, Thanks for the help! I just wanted to let you and anyone else interested in adding motor/pwm outputs know that I was able to get it to work. The steps I did to do it are as follows: 1. Make copies of piezo.h, piezo.c (in drivers), and buzzdeck.c (in deck/drivers/src) and name them alo...
- Mon May 02, 2016 11:35 pm
- Forum: Developer Discussions
- Topic: How to add new output to Crazyflie 2.0
- Replies: 3
- Views: 3632
How to add new output to Crazyflie 2.0
I'm trying to add another motor onto my Crazyflie - not for flight, but just to rotate something underneath it. I'm wondering how I can go about controlling the motor. I'm pretty sure I can use the expansion deck / the Deck API, but it's confusing and I'm not sure where to start. I made my own 'expa...