mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
8 lines
104 B
OpenEdge ABL
8 lines
104 B
OpenEdge ABL
|
|
%module CanTalon
|
||
|
|
%{
|
||
|
|
#include "ctre/CanTalonSRX.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "CtreCanNode.h"
|
||
|
|
%include "CanTalonSRX.h"
|