Sha256: aa6140209d534719ce6a0b6ef6cac7324bf2a0ca0247ebcb0bb70b1bb360dd98

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

#
# <%= @name.capitalize %>Robot
# Iterative robot class
#
# Based on IterativeRobotTemplate that is
# Copyright (c) FIRST 2008. All Rights Reserved.
# 
package org.fresnoframework.<%= @name.downcase %>

import edu.wpi.first.wpilibj.IterativeRobot

class <%= @name.capitalize %>Robot < IterativeRobot
  def robotInit:void
  end

  # Called periodically during autonomous control
  def autonomousPeriodic:void

  end

  # Called periodically during operator control
  def teleopPeriodic:void
  
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fresno-0.0.3-java lib/fresno/generator_data/iterative.mirah.template