This file contains 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
using System; | |
using ObjCRuntime; | |
using Foundation; | |
namespace Photos | |
{ | |
// NSInteger -> PHImageManager.h | |
[iOS (8,0)] | |
[TV (10,0)] | |
[Mac (10,12, onlyOn64 : true)] |
This file contains 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
// | |
// This file describes the API that the generator will produce | |
// | |
// Authors: | |
// Miguel de Icaza | |
// | |
// Copyright 2009, Novell, Inc. | |
// Copyright 2011-2015, Xamarin Inc | |
// | |
using System.ComponentModel; |
This file contains 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
// | |
// GCMotion.cs: extensions to GCMotion iOS API | |
// | |
// Authors: | |
// TJ Lambert ([email protected]) | |
// | |
// Copyright 2019 Microsoft Corporation. | |
using System; |
This file contains 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
// | |
// GCMotion.cs: extensions to GCMotion iOS API | |
// | |
// Authors: | |
// TJ Lambert ([email protected]) | |
// | |
// Copyright 2019 Microsoft Corporation. | |
using System; |
This file contains 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
diff --git a/external/mono b/external/mono | |
--- a/external/mono | |
+++ b/external/mono | |
@@ -1 +1 @@ | |
-Subproject commit 537654c1c79564668e4cab9735be613028328a70 | |
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty | |
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs | |
index e8dc3bd4d..93826ca66 100644 | |
--- a/src/GameController/Enums.cs | |
+++ b/src/GameController/Enums.cs |
This file contains 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
diff --git a/external/mono b/external/mono | |
--- a/external/mono | |
+++ b/external/mono | |
@@ -1 +1 @@ | |
-Subproject commit 537654c1c79564668e4cab9735be613028328a70 | |
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty | |
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs | |
index e8dc3bd4d..93826ca66 100644 | |
--- a/src/GameController/Enums.cs | |
+++ b/src/GameController/Enums.cs |
This file contains 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
// | |
// Auto-generated from generator.cs, do not edit | |
// | |
// We keep references to objects, so warning 414 is expected | |
#pragma warning disable 414 | |
using System; | |
using System.Drawing; | |
using System.Diagnostics; |
This file contains 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
// Basic Motor Functionality based on truth tables at www.elegoo.com | |
// define IO pin | |
#define ENB 5 | |
#define IN1 7 | |
#define IN2 8 | |
#define ENA 6 | |
#define IN3 9 | |
#define IN4 11 |
This file contains 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
//www.elegoo.com | |
#include <Servo.h> //servo library | |
Servo myservo; // create servo object to control servo | |
int Echo = A4; | |
int Trig = A5; | |
#define ENA 5 | |
#define ENB 6 |
This file contains 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 library | |
Servo myservo; | |
#include <IRremote.h>// create servo object to control servo | |
int Echo = A4; | |
int Trig = A5; | |
#define FORWARD 16736925 | |
//#define JUNK1 4294967295 |
OlderNewer