changeset 6:e1e37e20f935

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:40:40 +0100
parents 93a911be2d8d
children 0e0a2d4bdce2
files .gitignore .hgignore DOCS.md README.md
diffstat 4 files changed, 3 insertions(+), 51 deletions(-) [+]
line wrap: on
line diff
--- a/.gitignore	Tue Dec 12 08:55:05 2023 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-.pio
-.clang_complete
-.ccls
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Jun 03 15:40:40 2025 +0100
@@ -0,0 +1,3 @@
+.pio
+.clang_complete
+.ccls
--- a/DOCS.md	Tue Dec 12 08:55:05 2023 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-1.  [Schematic](#orgd55b9ef)
-2.  [Controls](#orgb5364f6)
-
-
-<a id="orgd55b9ef"></a>
-
-# Schematic
-
-![img](https://denniscm.com/static/logic-led-schematic.png)
-
-![img](https://denniscm.com/static/logic-led-1.png)
-
-
-<a id="orgb5364f6"></a>
-
-# Controls
-
--   Press this button to change the logic gate.
-
-![img](https://denniscm.com/static/logic-led-2.png)
-
--   Press this button to select the logic gate shown on the LCD.
-
-![img](https://denniscm.com/static/logic-led-3.png)
-
--   These two button are the inputs.
-
-![img](https://denniscm.com/static/logic-led-4.png)
-
--   I have selected the `AND` gate, so If I press both buttons the LED lights up.
-
-![img](https://denniscm.com/static/logic-led-5.png)
-
--   There are 7 logic gates to choose from.
-
-![img](https://denniscm.com/static/logic-led-6.png)
-
-![img](https://denniscm.com/static/logic-led-7.png)
-
-![img](https://denniscm.com/static/logic-led-8.png)
-
-![img](https://denniscm.com/static/logic-led-9.png)
-
-![img](https://denniscm.com/static/logic-led-10.png)
-
-![img](https://denniscm.com/static/logic-led-11.png)
-
--- a/README.md	Tue Dec 12 08:55:05 2023 +0000
+++ b/README.md	Tue Jun 03 15:40:40 2025 +0100
@@ -1,2 +1,1 @@
-
 # logic-led