rcData[i] = read16()

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
chung2552
Posts: 8
Joined: Mon Jun 30, 2014 9:49 am

rcData[i] = read16()

Post by chung2552 »

Sorry for my english ability

As we know when cmdMSP is 200, rcData[i] = read16() operates.
however size of rcData[i] is 8bits while read16() returns 16bits.
so... how does it make sense?

crazyal
Posts: 84
Joined: Tue Sep 04, 2012 11:25 pm

Re: rcData[i] = read16()

Post by crazyal »


chung2552
Posts: 8
Joined: Mon Jun 30, 2014 9:49 am

Re: rcData[i] = read16()

Post by chung2552 »

wow..

Post Reply