troubleshooting RFFC5071 serial

This commit is contained in:
Michael Ossmann
2012-06-14 10:36:38 -06:00
parent b9cde55f8c
commit a1e2549ae1

View File

@ -41,6 +41,9 @@ void rffc5071_init(void)
gpio_set(PORT_MIXER, PIN_MIXER_ENX); /* active low */ gpio_set(PORT_MIXER, PIN_MIXER_ENX); /* active low */
gpio_clear(PORT_MIXER, (PIN_MIXER_CLK | PIN_MIXER_DATA)); gpio_clear(PORT_MIXER, (PIN_MIXER_CLK | PIN_MIXER_DATA));
//FIXME no writes until we get reads sorted:
return;
//FIXME hard coded setup, fields not broken out //FIXME hard coded setup, fields not broken out
/* initial setup */ /* initial setup */
rffc5071_reg_write(RFFC5071_P2_FREQ1, 0x0000); rffc5071_reg_write(RFFC5071_P2_FREQ1, 0x0000);