From 7fdd07e352658b4fee2ad2e012053c0663046aa5 Mon Sep 17 00:00:00 2001 From: Neon22 Date: Mon, 10 Feb 2014 22:55:07 -0800 Subject: [PATCH] added watchdog link --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2e44f02..a3e0fbc 100644 --- a/Home.md +++ b/Home.md @@ -28,7 +28,8 @@ Some [[numbers|Performance]] from a very simple benchmark ### Development * [[Internals]] - some notes on VM/interpreter internals. * [[Servos|Servos]] - how should we implement Servos -* [[PWM and Timers| PWM-Timers]] +* [[PWM and Timers|PWM-Timers]] +* [[Watchdogs|Watchdogs,-Crash-prevention,-Crash-recovery]] ###The pyb module This module allows access to the internal peripherals of the microcontroller chip. Initially, the 405RG chip noted above will be supported. Support for different microcontrollers are will be added in future releases.