/elec/quadcopter

To get this branch, use:
bzr branch http://bzr.ed.am/elec/quadcopter

« back to all changes in this revision

Viewing changes to src/rc-interface/comms.cc

  • Committer: dan
  • Date: 2016-04-10 17:32:35 UTC
  • Revision ID: dan-20160410173235-f8nuezes02j1xm21
Modified Schimatic to incorperate pin out for Serial 3 and freed up serial 1 (for use as interupt)

Show diffs side-by-side

added added

removed removed

77
77
                                // copy channel values
78
78
                                unsigned char *data =
79
79
                                        reinterpret_cast< unsigned char * >( channel_values );
80
 
                                memcpy( buf, data, sizeof( int ) * NUM_MOTORS );
 
80
                                memcpy( data, buf, sizeof( int ) * NUM_MOTORS );
81
81
                        }
82
82
 
83
83
                        // reset read buffer