Search found 3 matches
- 09 Jun 2013, 14:50
- Forum: Mindstorms Projects
- Topic: New to programming and Mindstorm
- Replies: 3
- Views: 9340
Re: New to programming and Mindstorm
Any more help on this would be greatly appreciated. Here is a slightly changed code //Program for moving robot to stay on page, avoid obstacles and stop at lound noises //Using define command to try and simplify general robot movements #define forwards(s) \ OnFwdReg(OUT_AC, s, OUT_REGMODE_SYNC); #de...
- 05 Jun 2013, 18:54
- Forum: Mindstorms Projects
- Topic: New to programming and Mindstorm
- Replies: 3
- Views: 9340
Re: New to programming and Mindstorm
Thanks for your response Ian, I have made some adjustments to the code and commented my way through it. I did initially write 3 seperate codes and had the robot working with each individually. This is my attempt at combining all 3 with some changes to try and make things a little easier. When I run ...
- 04 Jun 2013, 22:09
- Forum: Mindstorms Projects
- Topic: New to programming and Mindstorm
- Replies: 3
- Views: 9340
New to programming and Mindstorm
Hi there, I hope this is the right place to post this. As stated I am fairly new to NXC and also fairly new to the mindstorm robots (where have I been you may ask!). I have been tasked with compiling a program which will allow a robot to perform several functions at the same time. From the research ...