51 52 with same code

Dependencies:   MtSense07

Fork of MtConnect04S_MtSense07 by MtM+

Revision:
2:87f1b98c0d09
Parent:
1:40c18f027e6c
--- a/config.h	Fri Feb 03 06:51:09 2017 +0000
+++ b/config.h	Thu Mar 23 08:43:52 2017 +0000
@@ -16,10 +16,11 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define RUN_ALL_SENSOR_COM          0   // Show the result by COM port
+#define RUN_ALL_SENSOR_COM          0   // Show the result by COM port (Default)
 #define RUN_IR_AK9750_APP           1   // Show the result by APP
 #define RUN_COMPASS_AK09912_APP     2   // Show the result by APP
 #define RUN_MAGNETIC_AK09970_APP    3   // Show the result by APP
+#define RUN_IR_AK9750_INT_COM       4   // Employ interrupt function and show the result by COM port
 
 #define CONFIG_RUN_MODE     RUN_ALL_SENSOR_COM
 #define CONFIG_BAUDRATE     (115200)