/*
 * test_progmem.h
 *
 * @author: 19 Sep 2018 - mikee47 <mike@sillyhouse.net>
 */

#pragma once

#include <Print.h>

void testProgmem(Print& out);
