Library for MAX7300 GPIO Expander

Dependents:   MAX14871_Shield

Revision:
2:fd2de5d21702
Parent:
1:e1ee2549a047
Child:
7:e75913818f75
--- 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