From 52198840b8f83f27a01f0b6e6ce6f7c5bcfcb2e5 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 1 Sep 2014 10:57:48 +0100 Subject: [PATCH] max5847: add sample Signed-off-by: Brendan Le Foll --- src/max5487/max5487.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/max5487/max5487.h b/src/max5487/max5487.h index 3287de35..9462009a 100644 --- a/src/max5487/max5487.h +++ b/src/max5487/max5487.h @@ -43,6 +43,7 @@ namespace upm { * PMOD module](http://datasheets.maximintegrated.com/en/ds/MAX5487PMB1.pdf) * from the analog PMOD kit. * + * @snippet max5487.cxx Interesting * @image html max5487.jpeg */ class MAX5487 {