Add a sketch with Sigrok support. Basically returning the capture buffer in the opposite order.

This commit is contained in:
Andrew Gillham
2023-10-03 23:00:05 -05:00
parent 71b7c4790d
commit 0b2651864e
7 changed files with 30074 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
*
* SUMP Protocol Implementation for Arduino boards.
*
* Copyright (c) 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 Andrew Gillham
* Copyright (c) 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023 Andrew Gillham
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -62,7 +62,7 @@
* until after the trigger fires.
* Please try it out and report back.
*
* Release: v0.15 December 21, 2021.
* Release: v0.16 October 3, 2023.
*
*/
@@ -918,7 +918,7 @@ void get_metadata() {
Serial.write('0');
Serial.write('.');
Serial.write('1');
Serial.write('5');
Serial.write('6');
Serial.write((uint8_t)0x00);
/* sample memory */