Jump to content

jul3q

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral
  1. Why are you typecasting to long? VData.AP is in float so why not leave it this way? If you want to have more control upon the number of decimal places in float try this: lcd.print(VData.Ap,2); where 2 is number of decimal places. If you want none, use: lcd.print(VData.Ap,0); Also, if you wish I can send you my function I use to format altitudes with proper handling of meters, kilometers, megameters etc. It displays a value and a unit.
  2. Please, try to put this to CKAN. It would be greatly appreciated
  3. I am in the process of constructing my KSP controller. I've got everything planned out, I've assembled most of it as a prototype but I can't really comprehend how to use this plugin. I don't get all those handshakes and weird communication functions in the example. I wouldn't be able to write those things. I have some knowledge of Arduino and C/C++ programming but how to approach this project? Should I copy the example and just change the Input and Output files or what? In the beginning I just want to achieve any form of communication programmed by me but I really don't know how to get started. Could someone please explain to me the first step using this plugin?
×
×
  • Create New...