 | | RE: Gutting an optical mouse - Part I
|
|
(...) I thought this was an error to, so I spent about an hour triplechecking my findings. Bear in mind that the scroll wheel doesn't need 7.5-degree-per-step accuracy, which is what that extra bit would give. This is a chart of the data I collected (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
(...) ...or at least if you looked at 100 people who might have the desires, abilities and budget to build the beast, you'd see 100 different inventory needs. Some might have one RIS, others two, others one - plus a bunch of ad-hoc parts. I think (...) (23 years ago, 13-Jul-02, to lugnet.robotics)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
(...) The header is ok, but int is 2 bytes = 16 bit. You can check this with this highly optimized program: #include <conio.h> int main(int argc, char *argv[]) { lcd_int( sizeof( int ) ); for(;;) ; return 0; } And in the kernel sources, mm.c says (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
(...) This can't be right. I'm about 99% sure that all of the ints I've used with my legOS programs have been 2 bytes. When using LNP to send RCX ints to a PC, for example, you have to use short on the PC end of things to make it all work right. (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Gutting an optical mouse - Part I
|
|
(...) It appears to me there is a slight mistake here. According to this, there is no way to distinguish between the first row and the second. I assume the second should be 10, so it would go 00 10 11 01. Steve (23 years ago, 12-Jul-02, to lugnet.robotics)
|