?? board_8h.html
字號:
<a class="anchor" name="a14" doxytag="board.h::KEY_BUTTON" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KEY_BUTTON !(P1_2) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Center push-button, 1 when pressed. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00083">83</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, <a class="el" href="mmc_8c-source.html#l00399">ConsoleDecipherMMCResponse()</a>, <a class="el" href="player_8c-source.html#l00733">main()</a>, and <a class="el" href="record_8c-source.html#l00101">Record()</a>. </td> </tr></table><a class="anchor" name="a18" doxytag="board.h::KEY_FARLEFT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KEY_FARLEFT !(P3_4) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Far-right key, 1 when pressed. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00098">98</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="player_8c-source.html#l00733">main()</a>. </td> </tr></table><a class="anchor" name="a15" doxytag="board.h::KEY_FARRIGHT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KEY_FARRIGHT !(P1_1) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Far-left key, 1 when pressed. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00086">86</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="player_8c-source.html#l00733">main()</a>. </td> </tr></table><a class="anchor" name="a17" doxytag="board.h::KEY_LEFT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KEY_LEFT !(P1_3) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Right key, 1 when pressed. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00092">92</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00733">main()</a>. </td> </tr></table><a class="anchor" name="a16" doxytag="board.h::KEY_RIGHT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KEY_RIGHT !(P1_0) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Left key, 1 when pressed. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00089">89</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00733">main()</a>. </td> </tr></table><a class="anchor" name="a23" doxytag="board.h::LCD_COMMAND_MODE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_COMMAND_MODE 0 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>LCD RS is 0 in LCD Command Mode. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00123">123</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00033">LcdPutCommand()</a>. </td> </tr></table><a class="anchor" name="a24" doxytag="board.h::LCD_DATA_MODE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_DATA_MODE 1 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>LCD RS is 1 in LCD Data Mode. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00126">126</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00017">LcdPutChar()</a>. </td> </tr></table><a class="anchor" name="a19" doxytag="board.h::LCD_DATABUS" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_DATABUS P0 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>LCD Data pins are connected to DATA bus (P0). <p><p>Definition at line <a class="el" href="board_8h-source.html#l00111">111</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00017">LcdPutChar()</a>, and <a class="el" href="lcd_8c-source.html#l00033">LcdPutCommand()</a>. </td> </tr></table><a class="anchor" name="a21" doxytag="board.h::LCD_ENABLE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_ENABLE P2_2 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>LCD Clock Pulse (Active high). <p><p>Definition at line <a class="el" href="board_8h-source.html#l00117">117</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00017">LcdPutChar()</a>, <a class="el" href="lcd_8c-source.html#l00033">LcdPutCommand()</a>, and <a class="el" href="lcd_8c-source.html#l00056">LcdReset()</a>. </td> </tr></table><a class="anchor" name="a20" doxytag="board.h::LCD_RS" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_RS P2_0 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>LCD Register Select: 0=Control, 1=Data. <p><p>Definition at line <a class="el" href="board_8h-source.html#l00114">114</a> of file <a class="el" href="board_8h-source.html">board.h</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00017">LcdPutChar()</a>, and <a class="el" href="lcd_8c-source.html#l00033">LcdPutCommand()</a>. </td> </tr></table><a class="anchor" name="a22" doxytag="board.h::LCD_RW" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define LCD_RW 0 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -