Skip to content
Snippets Groups Projects
Verified Commit 8b704deb authored by Anian Bühler's avatar Anian Bühler
Browse files

renamed didacticNet to DidacticNet

parent ca2fb95f
No related branches found
No related tags found
1 merge request!9update master from dev2
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
*/ */
#include <Arduino.h> #include <Arduino.h>
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
//lege Geschwindigkeit für serielle Schnittstellen fest //lege Geschwindigkeit für serielle Schnittstellen fest
#define SERIAL_BAUD 2400 #define SERIAL_BAUD 2400
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
*/ */
#include <Arduino.h> #include <Arduino.h>
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
#define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest #define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*/ */
#include <Arduino.h> #include <Arduino.h>
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
#define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest #define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <Arduino.h> #include <Arduino.h>
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
#define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest #define SERIAL_BAUD 2400 //lege Geschwindigkeit für serielle Schnittstellen fest
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <Arduino.h> #include <Arduino.h>
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
SoftwareSerial sSerial(10, 11); //Erzeuge SoftwareSerial-Instanz mit Rx = Pin10 -> Empfänger | Tx = Pin11 -> Sender SoftwareSerial sSerial(10, 11); //Erzeuge SoftwareSerial-Instanz mit Rx = Pin10 -> Empfänger | Tx = Pin11 -> Sender
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "Arduino.h" #include "Arduino.h"
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
//lege Geschwindigkeit für serielle Schnittstellen fest //lege Geschwindigkeit für serielle Schnittstellen fest
#define SERIAL_BAUD 2400 #define SERIAL_BAUD 2400
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Arduino.h" #include "Arduino.h"
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
#include "didacticNet.h" #include "DidacticNet.h"
//lege Geschwindigkeit für serielle Schnittstellen fest //lege Geschwindigkeit für serielle Schnittstellen fest
#define SERIAL_BAUD 2400 #define SERIAL_BAUD 2400
......
/**************************************************************************/ /**************************************************************************/
/*! /*!
@file didacticNet.cpp @file DidacticNet.cpp
@author anian buehler @ letsgoING.org @author anian buehler @ letsgoING.org
*/ */
/**************************************************************************/ /**************************************************************************/
#include "Arduino.h" #include "Arduino.h"
#include "didacticNet.h" #include "DidacticNet.h"
//************************************************************************** //**************************************************************************
//ROOT //ROOT
......
/************************************************************************** /**************************************************************************
@file didacticNet.h @file DidacticNet.h
@author anian buehler @ letsgoING @author anian buehler @ letsgoING
**************************************************************************/ **************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment