Skip to content

Instantly share code, notes, and snippets.

View JJJJJJJack's full-sized avatar

He Xiang JJJJJJJack

  • University of Utah
  • 201 PRESIDENTS CIRCLE ROOM 201 SLC, UT 84112
View GitHub Profile
@JJJJJJJack
JJJJJJJack / MSPCodes.js
Created September 21, 2020 06:50 — forked from cs8425/MSPCodes.js
read 'USB Simulator Cable' as joystick and send to betaflight SITL via MSP over tcp.
// from https://github.com/betaflight/betaflight-configurator
'use strict';
//MSPCodes needs to be re-integrated inside MSP object
var MSPCodes = {
MSP_API_VERSION: 1,
MSP_FC_VARIANT: 2,
MSP_FC_VERSION: 3,
MSP_BOARD_INFO: 4,
MSP_BUILD_INFO: 5,