Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
channels.h
00001 #pragma once 00002 #ifndef CHANNELS_H 00003 #define CHANNELS_H 00004 00005 //-------------------------------------------------------------------------------------------- 00006 //define the channels that are going to be used in the program 00007 // command channel 00008 00009 OS::channel<char, 100> RX_channel; 00010 OS::channel<char, 100> SER_channel; 00011 OS::channel<char, 100> MOT_channel; 00012 OS::channel<char, 100> TX_channel; 00013 00014 00015 00016 00017 #endif
Generated on Wed Jul 13 2022 05:20:16 by
1.7.2