Library for MAX7300 GPIO Expander

Dependents:   MAX14871_Shield

Files at this revision

API Documentation at this revision

Comitter:
j3
Date:
Sun Jul 19 01:40:10 2015 +0000
Parent:
1:e1ee2549a047
Child:
3:e044960e516c
Commit message:
removed header for private fx

Changed in this revision

max7300.h Show annotated file Show diff for this revision Revisions of this file
--- a/max7300.h	Thu Jul 16 21:27:05 2015 +0000
+++ b/max7300.h	Sun Jul 19 01:40:10 2015 +0000
@@ -367,20 +367,7 @@
     uint8_t _w_adrs;
     uint8_t _r_adrs;
     
+    int16_t write_config_register(bool set_clear, uint8_t data);
     
-    /**********************************************************//**
-    * @brief Write MAX7300 configuration register
-    *
-    * @details
-    *
-    * On Entry:
-    *    @param[in] set_clear - If true set bit defined by data
-    *
-    *    @param[in] data - 'S' or 'M' bit of configuration register
-    *
-    * On Exit:
-    *    @return 0 on success, non-0 on failure
-    **************************************************************/
-    int16_t write_config_register(bool set_clear, uint8_t data);
 };
 #endif /* MAX7300_H*/
\ No newline at end of file