Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-19 00:41:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
5a094879b6c03bdb32debd3e9fc88d5d4f409a0d
allwpilib/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/command-based/CommandGroup.h

14 lines
173 B
C
Raw Normal View History

Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
#ifndef $classname_H
#define $classname_H
#include "Commands/CommandGroup.h"
Adds the Trigger template and adds WPILib.h import to all templates Change-Id: Ibaecc4802822cf4c0a4a5bf9ddc960b96e40d1e9
2014-08-12 15:17:57 -04:00
#include "WPILib.h"
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
Version 4 Image Updated the HAL library to work with the new version 3 headers from NI. There were multiple changes in this verison: more PWM generators were added, so the functions for setting PWM signals have been updated. UserWatchdog has been removed, and Watchdog has been removed from WPILib to accomodate for this. Digital selection has been consolidated to one function in the NI headers, so this has been updated in the HAL. New SPI and I2C libraries have been added, but need to be implemented in the HAL before they will work.
2014-02-25 18:43:40 -05:00
class $classname: public CommandGroup
{
public:
Initial checkin of unified hierarchy of WPILib 2015
2013-12-15 18:30:16 -05:00
$classname();
};
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 73ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API