C# Class BrickPiExample.MainPage

Show file Open project: Ellerbach/BrickPi

Public Methods

Method Description
MainPage ( ) : BrickPi

Private Methods

Method Description
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
GetAngleToTurn ( int fLeft, int iWidth, double percent ) : int
InitSerial ( ) : System.Threading.Tasks.Task

This functions initimlaize a serial port and pass it to the brick

LunchFollowMe ( ) : System.Threading.Tasks.Task
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
MakePicture ( ) : System.Threading.Tasks.Task
TakePhoto ( ) : Task
UploadAndDetectFaces ( StorageFile imageFilePath ) : Task

Method Details

MainPage() public method

public MainPage ( ) : BrickPi
return BrickPi