I am thinking of at least temporarily replacing the Basic Atom with an Atom Pro (which will arrive tomorrow) on my new Hex 3R. I was wondering what all I need to do to make this work.
So far I have ah3R121.bas file that was modified with the proper offsets for my hex and updated it such that it would compile under the Atom Pro IDE. So far the only changes that were necessary were to handle the arc cosine table. The first changes was around line 101 to change the data command into a ByteTable like:
cosTbl ByteTable 64,64,63,63,63,62,62,62,61,61,61,60,60,60,59,59,|
...
Then later in the ACos function I changed the two lines that looked like:
read TmpCos,TmpAngle
into a line that looked like:
TmpAngle = cosTbl(TmpCos)
The program now compiles, but I will have to wait until sometime tomorrow to see if it runs properly.
Are there any other differences that are needed to make the pro work? Things like timings?
Also I read in a different thread that I might need to add some pull up resistors on the Mini-ABB board to make the ps2 controller reliably work. Should I?
Thanks