Skip to content

Commit

Permalink
* TODO-List and optical Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
innif committed May 1, 2019
1 parent 2a20708 commit 4ded56b
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions _iceberg.19.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,27 @@
|______________________________________________________________________________|
*/
//TODO: Lichtschranke
//TODO: Ultraschall überprüfen
// IMPORTANT
// TODO: Ultraschall überprüfen
// TODO: Bodensensor
// TODO: Bluetooth
// TODO: HEADSTART
// TODO: Compass read Offsets
//
// SHOULD WORK
// TODO: Encoder
// TODO: neue Display Klasse
// TODO: beide US nach vorne nutzen
//
// NICE TO HAVE
// TODO: LM35
// TODO: RTC
// TODO: HELLIGKEIT
// TODO: LOGGER
// TODO: Innenbeleuchtung
// TODO: extern EEPROM
// TODO: Stromsensoren Motoren
// TODO: IR-Ortung

// Implementierung: DATEIEN
#include "Config.h"
Expand Down Expand Up @@ -161,16 +180,16 @@ int rotaryPositionLast = 0; // letzter Zustand des Reglers
bool wasMenuButton = false; // war der Menü-Knopf gedrückt?

//Ballsensor
BallTouch ballTouch = BallTouch(47, A15);
BallTouch ballTouch = BallTouch(47, A15); //initialisieren des Ballsensors (LED und Sensorpin werden übergeben)

//###################################################################################################
//##...............................................................................................##
//##....####...######..######..##..##..#####.......................................................##
//##...##......##........##....##..##..##..##......................................................##
//##....####...####......##....##..##..#####.......................................................##
//##.......##..##........##....##..##..##..........................................................##
//##....####...######....##.....####...##..........................................................##
//##...............................................................................................##
//## ##
//## #### ###### ###### ## ## ##### ##
//## ## ## ## ## ## ## ## ##
//## #### #### ## ## ## ##### ##
//## ## ## ## ## ## ## ##
//## #### ###### ## #### ## ##
//## ##
//###################################################################################################

void setup() {
Expand Down

0 comments on commit 4ded56b

Please sign in to comment.