mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
More apps/examples/cc3000 changes from David Sidrane
This commit is contained in:
@@ -143,6 +143,7 @@ struct cc3000_config_s
|
|||||||
void (*power_enable)(FAR struct cc3000_config_s *state,bool enable);
|
void (*power_enable)(FAR struct cc3000_config_s *state,bool enable);
|
||||||
void (*chip_select)(FAR struct cc3000_config_s *state,bool enable);
|
void (*chip_select)(FAR struct cc3000_config_s *state,bool enable);
|
||||||
bool (*irq_read)(FAR struct cc3000_config_s *state);
|
bool (*irq_read)(FAR struct cc3000_config_s *state);
|
||||||
|
bool (*probe)(FAR struct cc3000_config_s *state, int n, bool s);
|
||||||
};
|
};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user