Skip to content

Instantly share code, notes, and snippets.

View hinoobmaster's full-sized avatar

Donny Rhomanzah hinoobmaster

  • Core.id
  • Indonesia
View GitHub Profile
stage('Stage Name') {
steps {
build(job: 'pipeline.name', parameters: [string(name: 'DEPLOY_TO', value: "test")])
}
}
@ShawnHymel
ShawnHymel / two_channel_receiver.ino
Created August 24, 2017 15:17
Mixing 2 channels from an RC hobby controller for arcade drive
/**
* Two Channel Receiver
* Author: Shawn Hymel (SparkFun Electronics)
* Date: Aug 24, 2017
*
* Connect a TB6612FNG and RC (PWM) receiver to the Arduino.
* Mixes two channels for arcade drive.
*
* This code is beerware; if you see me (or any other SparkFun
* employee) at the local, and you've found our code helpful,
@ShawnHymel
ShawnHymel / one_channel_receiver.ino
Created August 17, 2017 16:15
One Channel RC Hobby Receiver
/**
* One Channel Receiver
* Author: Shawn Hymel (SparkFun Electronics)
* Date: Aug 17, 2017
*
* Connect a TB6612FNG and RC (PWM) receiver to the Arduino.
* Only works 1 channel for forward and back drive.
*
* This code is beerware; if you see me (or any other SparkFun
* employee) at the local, and you've found our code helpful,