[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
NqcMain
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
NqcMain
(NQC) main
Every program needs to have exactly one task called main.
task main()
{
//Make motor A rotate forward
OnFwd(OUT_A);
}
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
