mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Added support for basic PID in java Talon SRX.
Tested analog PID in Java and C++. Changed to default to controlEnabled. Loosely wrapped a bunch of CanTalonSRX functions in Java. Change-Id: I9da380e2368d9a72f08be4434ac63b5710a9f90f
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,10 @@
|
||||
%include "cpointer.i"
|
||||
%pointer_functions(double, doublep);
|
||||
%pointer_functions(int, intp);
|
||||
%pointer_functions(uint32_t, uint32_tp);
|
||||
%pointer_functions(int32_t, int32_tp);
|
||||
%pointer_functions(uint8_t, uint8_tp);
|
||||
%pointer_functions(CTR_Code, CTR_Codep);
|
||||
%pointer_functions(float, floatp);
|
||||
%include "CtreCanNode.h"
|
||||
%include "CanTalonSRX.h"
|
||||
|
||||
Reference in New Issue
Block a user