Skip to content
Snippets Groups Projects
Commit 1cf85c30 authored by kaijunge's avatar kaijunge
Browse files

Fixed spelling name in arduino function

parent 8d0c41a4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ void setup() {
Serial.begin(115200);
// Connect with the python script. This will perform a handshake
init_python_communiction();
init_python_communication();
}
void loop() {
......
......@@ -36,7 +36,7 @@ String recieve_msg(String prevMsg) {
}
void init_python_communiction() {
void init_python_communication() {
while(true){
// if the python side sent a message
......
......@@ -7,6 +7,6 @@ void send_msg(String* msgName, String* msg, int numOfMsg);
String recieve_msg(String prevMsg);
void init_python_communiction();
void init_python_communication();
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment