Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Latest commit

 

History

History

roboter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Roboter


Home

IoTKit mit Roboter Arm


Einen kleinen Roboter mit Hilfe eines Mikroprozessors zu steuern ist ganz einfach: Es braucht nur wenig Programmcode, um die elementaren Funktionen auszulösen.

Beispiel(e)

Compilieren

Umgebung/Board Link/Befehl
CLI (IoTKit K64F) mbed compile -m K64F --source . --source ../IoTKitV3/roboter/Roboter;
cp BUILD/K64F/GCC_ARM/template.bin $DAPLINK
CLI (DISCO_L475VG_IOT01A) mbed compile -m DISCO_L475VG_IOT01A -f --source . --source ../IoTKitV3/roboter/Roboter
CLI (nucleo_f303re) mbed compile -m nucleo_f303re -f --source . --source ../IoTKitV3/roboter/Roboter

Umgebung/Board Link/Befehl
CLI (IoTKit K64F) mbed compile -m K64F --source . --source ../IoTKitV3/roboter/RoboterButton;
cp BUILD/K64F/GCC_ARM/template.bin $DAPLINK

Links