PIC microcontrollers in the Atom Bot Board II

Hey All,

Just wondering, is it possible to use a PIC microcontroller with the Atom Bot Board II, and if it is possible, which PIC model can used?
Also, can the BASIC Atom 28 Pin micro be programmed using C?

Thanks in advance.

Cameron

The Bot Board II is not compatible with Microchip PICs.

The Basic Atom can not be programmed in C, but the Atom PRO can be.

8-Dale

Ok cool thank you Dale. Do you also know of a compiler that can be used to program the Atom PRO in C?

The Basic Micro IDE for the Atom PRO handles the C stuff also.

8-Dale

The C/C++ included with the AtomPro IDE is GCC based. If you have any experience with that you should be in good shape. If not I definitely recommend reading up on GCC C/C++.