Download
Features
Modelle
MK-Tool
MikroKopter
Frontpage
Forum
Shop
Basics
Getting started
Video
Technical
MK-Board's
Assembly Overview
Calibrations
Transmitter/Receiver
Manuals
Software
MikroKopter-Tool
All Pages
1 typedef struct 2 { 3 unsigned char Index; // address of BL-Ctrl 4 unsigned char Current; 5 unsigned char Temperature; // only valid fpr BL-Ctrl >= V2.0 6 unsigned char MaxPWM; 7 unsigned char Status; 8 } BLData_t;