From 5e4e326f9b96d079a16a55d28e43cd13a32b5d8b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Oct 2022 10:28:40 -0400 Subject: [PATCH] added print_file_hex and print_hex2 --- cubesatsim/cubesatsim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index a33b48fe..2d684005 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -209,7 +209,8 @@ void write_config_file(); void read_mode(); void write_mode(); void start_clockgen(); - +void print_file_hex((char* filename, int bytes); +void print_hex2(byte octet); #ifndef STASSID #define STASSID "Pico"