Search found 2 matches

by topikachu
05 Nov 2013, 14:13
Forum: Mindstorms Software
Topic: EV3 C-code for third party devices (I2C)
Replies: 50
Views: 76088

Re: EV3 C-code for third party devices (I2C)

I create a pure c application to test my mindsensor psp controller
https://gist.github.com/topikachu/7319065

It only works after set correct DEVCON, and dcm pin mode must be 'F'

If I skip any step or set another pin mode, I only get garbage data from IIC

Does anybody know what the 'F' mode is?
by topikachu
28 Oct 2013, 14:48
Forum: Mindstorms Software
Topic: the magic 'F' pin mode of EV3 IIC
Replies: 1
Views: 4565

the magic 'F' pin mode of EV3 IIC

Hi,
As I test, to enable my mindsensor PS2 controller interface IIC sensor, I need to setup the pin mode to 'F'.
And there are a lot of 'F'(0x46) in the ev3 device list http://python-ev3.org/types.html

I'd like to know what this 'F' means.

Thanks