This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.dummy.app; | |
import android.support.v4.app.Fragment; | |
import android.support.v4.app.FragmentTransaction; | |
public class FragmentChange { | |
FragmentTransaction fragmentTransaction; | |
public void setCurrentFragment(Fragment newFragment, Context mContext) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Servo.h> | |
Servo esc1; | |
Servo esc2; | |
Servo esc3; | |
Servo esc4; | |
int x = 220; | |
void setup() { |
NewerOlder