DM163035+TEFLCST3 Microchip Technology, DM163035+TEFLCST3 Datasheet - Page 45

no-image

DM163035+TEFLCST3

Manufacturer Part Number
DM163035+TEFLCST3
Description
KIT, PICDEMLAB+FLOWCODE-HOME BUNDLE/
Manufacturer
Microchip Technology
Datasheet

Specifications of DM163035+TEFLCST3

Kit Contents
Component Kit, PICDEM Lab Development Board, PICkit 2 Programmer/ Debugger, CD Containing User Guide
Svhc
No SVHC (15-Dec-2010)
Development Tool Type
Hardware / Software - Dev
Silicon Manufacturer
Microchip
Core Architecture
PIC
Core Sub-architecture
PIC10, PIC12, PIC16
Silicon Core Number
PIC10F, PIC12F, PIC16F
Silicon Family Name
PIC10F2xx, PIC12F6xx, PIC16F6xx
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
© 2009 Microchip Technology Inc.
FIGURE 2-37:
Note the right shift operator “>>”. This code essentially says: “Make LED_Output
equal to LED_Output data shifted to the right by 1 bit position”.
To shift the contents right by 2, the code would change to:
LED_Output = LED_Output >> 2
Alternately, to shift the contents of LED_Output to the left, the left shift operator “<<”
is used.
The Shift_Rt macro is now completed. The flowchart should resemble Figure 2-38.
General Purpose Input/Output Labs
CONFIGURING CALCULATION ICON TO SHIFT LED_OUTPUT
DATA RIGHT BY 1 BIT
DS41381A-page 41

Related parts for DM163035+TEFLCST3