DLL Version

For Formula Flowcode Micromouse users to discuss projects, flowcharts, and any other issues related to the Formula Flowcode Micromouse.

Moderator: Benj

Post Reply
User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

DLL Version

Post by Benj »

Hello,

There is a slightly newer DLL version that contains two new functions.

One function allows all of the common sensors of the Formula AllCode robot to be read in a single Bluetooth transaction. The other allows the various sensor readings to be collected at high speed from local RAM memory.
DECLDIR void FA_ReadAllSensors( unsigned char Port );
DECLDIR unsigned int FA_ReadAllValue( unsigned char index );
Here are the new .dll, .lib and .h files.
FA_DLL.zip
(14.86 KiB) Downloaded 592 times
The new functions are also available in the Formula AllCode API component which is also attached here.
FormulaAllCodeAPI.fcpx
(73.4 KiB) Downloaded 616 times
For the Flowcode component to work correctly the new component.fcfx file must be placed in the "Flowcode 7/components" folder and the DLL file must be placed into the "Flowcode 7/components/dll" folder.

You may also need to re-program your Formula AllCode robot with the latest firmware file located here.
http://www.matrixtsl.com/formula-allcode/downloads/

Post Reply