Merge pull request #1 from DenialOfIntelligence/Structs
Todos und auf deutsch ab jetzt
This commit is contained in:
commit
dbf9dc8629
|
@ -1,2 +1,2 @@
|
||||||
# Data for the Radio Car V2
|
# Daten für das Radio_FahrzeugV2
|
||||||
Help
|
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <RF24.h>
|
#include <RF24.h>
|
||||||
|
//TODO Füge alle möglichen bewegungen hinzu
|
||||||
|
//TODO Mache es möglich Motoren geschwindigkeit mit analog zu kontolieren
|
||||||
RF24 radio(7, 8); // (CE, CSN)
|
RF24 radio(7, 8); // (CE, CSN)
|
||||||
|
|
||||||
const byte address[6] = "1RF24";
|
const byte address[6] = "1RF24";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <RF24.h>
|
#include <RF24.h>
|
||||||
|
//TODO Sende analoge daten für joystick
|
||||||
RF24 radio(9, 10); // (CE, CSN)
|
RF24 radio(9, 10); // (CE, CSN)
|
||||||
char text[0]="";
|
char text[0]="";
|
||||||
const byte address[6] = "1RF24";
|
const byte address[6] = "1RF24";
|
||||||
|
|
Loading…
Reference in a new issue