Todos und auf deutsch ab jetzt

This commit is contained in:
DenialOfIntelligence 2023-06-01 15:52:34 +02:00
parent 91abb08cea
commit 7eca1fd819
4 changed files with 5 additions and 4 deletions

View file

@ -1,2 +1,2 @@
# Data for the Radio Car V2
Help
# Daten für das Radio_FahrzeugV2

View file

@ -5,7 +5,8 @@
#include <SPI.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)
const byte address[6] = "1RF24";

View file

@ -1,6 +1,6 @@
#include <SPI.h>
#include <RF24.h>
//TODO Sende analoge daten für joystick
RF24 radio(9, 10); // (CE, CSN)
char text[0]="";
const byte address[6] = "1RF24";