Prev Next
The LOBYTE macro retrieves the low-order byte from the given 16-bit
value.
BYTE LOBYTE(
|
WORD wValue
|
// value from which low-order byte is retrieved
|
|
);
|
|
Parameters
-
wValue
-
Specifies the value to be converted.
Return Values
The return value is the low-order byte of the specified value.
Remarks
The LOBYTE macro is defined as follows:
#define LOBYTE(w) ((BYTE) (w))
See Also
HIBYTE, LOWORD
See also:
| file: /Techref/os/win/api/win32/mac/src/mac02_19.htm, 1KB, , updated: 2000/4/7 12:06, local time: 2012/5/25 11:20,
|
| | ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/os/win/api/win32/mac/src/mac02_19.htm"> LOBYTE</A> |
| Did you find what you needed?
|
| |
Stepper motors CAN be smooth!
And stepper controllers can be strong and cheap.
Roman Black's
Linistep
stepper controller kits:
o 18th microstep
o Linear smoothing
| |
o Open source
o Full kit $25!
|
|
| |
miSim DE is an excellent,
portable and powerful IDE for
developing PIC applications.
The only consistant, simple to use yet
powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc)
in real time, has a syntax highlighting editor, macro assembler
and disassembler. Regular updates and third-party plugins keep this
software ahead of any other PIC IDE.
|
.
|