From fb778c325a2cf87c8a3e3390b0bfec9e5ce6bd79 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 17 May 2025 21:03:09 +0200 Subject: [PATCH] Add examples section to README for recommended usage with NTP time synchronization --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..2236adb --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Examples + +- [Recommended usage with NTP time synchronization](example.py)