From 64393897c6030114380d40c2a746fe97317be7d1 Mon Sep 17 00:00:00 2001 From: Daniel Fekete Date: Sat, 24 Jun 2017 07:58:00 +0200 Subject: [PATCH] example: Change F429 example description --- .../examples/f429_disc_template/f429_disc_template.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/STM32/libraries/BSP_f429i_discovery/examples/f429_disc_template/f429_disc_template.ino b/STM32/libraries/BSP_f429i_discovery/examples/f429_disc_template/f429_disc_template.ino index 4fcd08d..041f0ff 100644 --- a/STM32/libraries/BSP_f429i_discovery/examples/f429_disc_template/f429_disc_template.ino +++ b/STM32/libraries/BSP_f429i_discovery/examples/f429_disc_template/f429_disc_template.ino @@ -1,8 +1,8 @@ /* - Blink - Turns on an LED on for one second, then off for one second, repeatedly. - - This example code is in the public domain. + NOTE: This is a low level example for the F429 discovery board, and is not to be used as-is. + + Dear reader if you have the time, please rewrite this from BSP to be like all arduino libraries (most notably Arduino GFX, and LTDC). + Thank you. */ #include "BSP_f429i_discovery.h"