changeset 60:dbbaa06a11d8 default tip

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:15:55 +0100
parents 991364660386
children
files .github/BOM/BOM_page-0001.jpg .github/PCB/PCB_page-0001.jpg .github/SCH/SCH_page-0001.jpg .github/SCH/SCH_page-0002.jpg .github/SCH/SCH_page-0003.jpg .github/SCH/SCH_page-0004.jpg .gitignore .hgignore .repo/BOM/BOM_page-0001.jpg .repo/PCB/PCB_page-0001.jpg .repo/SCH/SCH_page-0001.jpg .repo/SCH/SCH_page-0002.jpg .repo/SCH/SCH_page-0003.jpg .repo/SCH/SCH_page-0004.jpg README.md
diffstat 15 files changed, 33 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
Binary file .github/BOM/BOM_page-0001.jpg has changed
Binary file .github/PCB/PCB_page-0001.jpg has changed
Binary file .github/SCH/SCH_page-0001.jpg has changed
Binary file .github/SCH/SCH_page-0002.jpg has changed
Binary file .github/SCH/SCH_page-0003.jpg has changed
Binary file .github/SCH/SCH_page-0004.jpg has changed
--- a/.gitignore	Wed Nov 20 08:33:45 2024 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-### Altium ###
-# Previews Folders
-**/__Previews/
-
-# History Folders
-**/History/*
-
-# Project Logs
-Project Logs*/
-
-# Project Outputs
-Project Outputs*/
-
-# Auto-conversion notices
-*.PcbDoc.htm
-
-# Access lock file for dbLib sources
-**/*.ldb
-
-# Document Local Metadata
-*.metadata
-
-# Project hierarchy auto-generated file
-*.PrjPcbStructure
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Jun 03 15:15:55 2025 +0100
@@ -0,0 +1,25 @@
+syntax: glob
+### Altium ###
+# Previews Folders
+**/__Previews/
+
+# History Folders
+**/History/*
+
+# Project Logs
+Project Logs*/
+
+# Project Outputs
+Project Outputs*/
+
+# Auto-conversion notices
+*.PcbDoc.htm
+
+# Access lock file for dbLib sources
+**/*.ldb
+
+# Document Local Metadata
+*.metadata
+
+# Project hierarchy auto-generated file
+*.PrjPcbStructure
Binary file .repo/BOM/BOM_page-0001.jpg has changed
Binary file .repo/PCB/PCB_page-0001.jpg has changed
Binary file .repo/SCH/SCH_page-0001.jpg has changed
Binary file .repo/SCH/SCH_page-0002.jpg has changed
Binary file .repo/SCH/SCH_page-0003.jpg has changed
Binary file .repo/SCH/SCH_page-0004.jpg has changed
--- a/README.md	Wed Nov 20 08:33:45 2024 +0000
+++ b/README.md	Tue Jun 03 15:15:55 2025 +0100
@@ -1,18 +1,19 @@
 # EVB-A32S1-M
 
-A electronic speed controller based on a STM32 MCU. In the `Export` folder you can find an overview of the schematic, PCB and bill of materials.
+A electronic speed controller based on a STM32 MCU. In the `Export` folder you
+can find an overview of the schematic, PCB and bill of materials.
 
 ## Schematic 
 
-![alt text](.github/SCH/SCH_page-0001.jpg)
-![alt text](.github/SCH/SCH_page-0002.jpg)
-![alt text](.github/SCH/SCH_page-0003.jpg)
-![alt text](.github/SCH/SCH_page-0004.jpg)
+![alt text](.repo/SCH/SCH_page-0001.jpg)
+![alt text](.repo/SCH/SCH_page-0002.jpg)
+![alt text](.repo/SCH/SCH_page-0003.jpg)
+![alt text](.repo/SCH/SCH_page-0004.jpg)
 
 ## PCB
 
-![alt text](.github/PCB/PCB_page-0001.jpg)
+![alt text](.repo/PCB/PCB_page-0001.jpg)
 
 ## BOM
 
-![alt text](.github/BOM/BOM_page-0001.jpg)
\ No newline at end of file
+![alt text](.repo/BOM/BOM_page-0001.jpg)