 | | Re: Type conversion IC.
|
|
I don't have IC handy, but you should just be able to do a hard cast. float aFloat = 1.3; int anInteger = 0; anInteger = (int) aFloat; /*cast the float to an int */ /*you can also do it in a function call*/ FuntionTakesAnInt( (int) aFloat ); Hope (...) (27 years ago, 7-Jan-99, to lugnet.robotics.handyboard)
|
|
 | | 3 sensors = 8 inputs?!
|
|
To further the thread on the limitations of having only 3 input sensors: One of the first things that occurred to me was that three inputs gives you 3 bits of input, which means up to 8 sensors. Depending on which sensors trigger, you convert that (...) (27 years ago, 7-Jan-99, to lugnet.robotics)
|
|
 | | Re: Kellog Employee Model
|
|
(...) Package #3759 has a sticker on the side that says to watch for specially marked boxes of Kellogs Fruit Loops for instructions to build Toucan Sam. This pack - 3759 is a rough tote like poly tub, marked as a Limited Edition, 35 years of (...) (27 years ago, 7-Jan-99, to lugnet.general)
|
|
 | | Re: slightly out of topic..
|
|
(...) The Target on Steven's Creek in Cupertino has a large number of Mindstorm sets, and the two current expansion sets: RoboSports and Extreme Creatures. RoboSports looks better because you get a third motor in it. The expansion sets are $49.95 (...) (27 years ago, 7-Jan-99, to lugnet.robotics)
|
|
 | | Re: Rip off of Playmobil?
|
|
Matt, to add ammunition to your arguement, PM trains utilize allot of LGB components and this basic LGB passenger car/van design has been around for some time, I believe. [side note: PM track is actually LGB track.] It is a corporate mystery when (...) (27 years ago, 7-Jan-99, to lugnet.trains)
|