CHAPTER 3 SOFTWARE CONFIGURATION
Application Note U17209EJ1V0AN
60
3.6 Tables
(1) LED output pattern
Contains display pattern data 0 to 9.
unsigned short led_pat[10] = { 0xfc. 0x60, ~ };
(2) Initial CW output pattern
Contains an output pattern for CW initial operation.
unsigned short cw_data[6][2] = { { 0x09, 0x00 }, { 0x21, 0x00 }, ∼ };
Note
Note The underlined values differ depending on the target microcontroller.
Figure 3-24. Bit Assignment
WL WU VL VU UL UU
(3) Initial CCW output pattern
Contains an output pattern for CCW initial operation.
unsigned short ccw_data[6][2] = { { 0x18, 0x00 }, { 0x12, 0x00 }, ∼ };
Note
Note The underlined values differ depending on the target microcontroller.
(4) Initial revolution pattern output time
The initial pattern is output with the revolution speed increased each time the interrupt of this table occurs.
unsigned short up_data[ ] = { 255, 242, ~ };