代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/234545/4658487
txt exercise_01.txt
void Exercise_01(void)
{
/* Insert code here - 3 lines */
if(Switch2IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART("Hello World!\r\n");
www.eeworm.com/read/234545/4658488
txt exercise_02.txt
void Exercise_02(void)
{
/* Insert code here - 3 lines*/
if(Switch3IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART(ex02_string);
}
www.eeworm.com/read/234545/4658489
txt exercise_03.txt
void Exercise_03(void)
{
/* Insert code here - 3 lines */
if(getsUSBUSART(input_buffer,1))
{
if(input_buffer[0] == '1')
mLED_4_Toggle();
}
/* End */
www.eeworm.com/read/234545/4658490
txt exercise_05.txt
void Exercise_05(void)
{
static word ex05_count;
if(ex05_count == 0)
{
AcquireTemperature(); // Read temperature from sensor
UpdateCelsiusASCII();
www.eeworm.com/read/234545/4658491
txt exercise_04.txt
void Exercise_04(void)
{
/* Insert code here - 7 lines */
if(Switch2IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
output_buffer[0]=0x30;
outp
www.eeworm.com/read/232404/4703096
h exercise_06.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703099
h exercise_09.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703100
cpp exercise_04.cpp
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703101
cpp exercise_08.cpp
///////////////////////////////////////////////////////////
// //
// SAGA //
//
www.eeworm.com/read/232404/4703102
h exercise_07.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//