View Single Post
  #3   Spotlight this post!  
Unread 27-04-2015, 23:21
teslalab2's Avatar
teslalab2 teslalab2 is offline
RogueBotix LLC
VRC #8091
Team Role: Mentor
 
Join Date: Feb 2015
Rookie Year: 2014
Location: Austin MN
Posts: 109
teslalab2 will become famous soon enoughteslalab2 will become famous soon enough
Re: Victor 888 by Arduino Uno R3

I wrote I library for jaguars and victors (though I haven't actually tried it with victors)

in header:
#include "Victor.h"
Victor mycontroller;

void setup()

mycontroller.SetPort(pinnum,true/false) //the boolean is for if its reversed or not.

void loop

mycontroller.Set(from -1 to 1)


this might only work on pin 3,5,6,11, like I said I haven't tried it because I don't own any victors. but if you want it here you go , and you will probably have to recalibrate the controller.
Attached Files
File Type: zip Victor.zip (1.6 KB, 13 views)
__________________
I need a jaguar development board for reprogramming a jaguars bootloader. if you have one that you want to sell, pm me. thanks

Run you CanJaguars on arduino with ArduRIO, you can also easily control Talons, Victors,Jaguars and Sparks on PWM. https://sourceforge.net/projects/ardurio/

Last edited by teslalab2 : 27-04-2015 at 23:25.