예제 #1
0
파일: EZB.cs 프로젝트: uwb-robot-ar/EZ_B
 private void init()
 {
     TellyMate           = new TellyMate(this);
     Movement            = new Movement(this);
     Servo               = new Servo(this);
     ADC                 = new ADC(this);
     Digital             = new Digital(this);
     HC_SR04             = new HC_SR04(this);
     Uart                = new Uart(this);
     Roomba              = new Roomba(this);
     I2C                 = new I2C(this);
     BlinkM              = new BlinkM(this);
     MP3Trigger          = new MP3Trigger(this);
     SureDualAxisCompass = new SureDualAxisCompass(this);
     BV4615              = new BV4615(this);
     BV4113              = new BV4113(this);
     Recorder            = new Recorder(this);
     MMA7455             = new MMA7455(this);
     PWM                 = new PWM(this);
     SabertoothSerial    = new SabertoothSerial(this);
     SoundV4             = new EZ_B.Soundv4(this);
     EZBv4Manager        = new EZ_B.EZBv4Manager(this);
     ServoAX12           = new EZ_B.ServoAX12(this);
     RGBEyes             = new EZ_B.RGBEyes(this);
     MIP                 = new EZ_B.MIP(this);
     MusicSynth          = new EZ_B.MusicSynth(this);
 }
예제 #2
0
        private void isEscape()
        {
            //tappedStatus.Text = "hello";
            MusicSynth m = new MusicSynth(_ezb);

            m.PlayNote(MusicSynth.NotesEnum.C1, 1000);
        }
예제 #3
0
        // vintage landmark
        private void isEscape()
        {
            MusicSynth m = new MusicSynth(_ezb);

            m.PlayNote(MusicSynth.NotesEnum.C1, 1000);
        }