display ads131 data in hex ads131
authorBdale Garbee <bdale@gag.com>
Sat, 25 May 2019 04:55:18 +0000 (22:55 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 25 May 2019 04:55:18 +0000 (22:55 -0600)
src/drivers/ao_ads131a0x.c

index 23332eeefb81e8c692f29e282c5d6bc8aadaa41a..1bd06c7d970a34f5f1d566f78c71e4784dce8e7e 100644 (file)
@@ -259,12 +259,13 @@ ao_ads131a0x_dump(void)
 {
        static int done;
 
+       // add task here while debugging so we can get to command prompt!
        if (!done) {
                done = 1;
                ao_add_task(&ao_ads131a0x_task, ao_ads131a0x, "ads131a0x");
        }
                
-       printf ("ADS131A0X value %d %d %d %d\n",
+       printf ("ADS131A0X value %8x %8x %8x %8x\n",
                ao_ads131a0x_current.ain[0],
                ao_ads131a0x_current.ain[1],
                ao_ads131a0x_current.ain[2],