Small project code for Lego Mindstorms NXT
Code I have written for the LEGO Mindstorms NXT.
I use RobotC (robotc.net) to compile C code for the NXT, using the 3rd Party Sensor Drivers by @botbench rdpartyrobotcdr. All code in this repo only supports RobotC and the rdpartyrobotcdr
driver suite.
rdpartyrobotcdr/drivers
- Mirror of botbench/rdpartyrobotcdr
for use with this repo! Startup.c
- Code I wrote that runs at startup of the brain (b/c of the filename)LineFollower.c
- Basic line follower for NXTPLineFollower.c
- Proportional line follower for NXTCraneRemote.c
- Code for my Mindstorms powered tower crane Video Here