commit 076cf21fdfe8b04c46d671fca15ec53d4e745a0c Author: Rob Date: Fri Sep 12 23:38:21 2025 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d346db --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ---> BricxCC +# Bricx Command Center IDE +# http://bricxcc.sourceforge.net +*.bak +*.sym + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cfe981 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Utilities + +Collection of C programs to perform various utilities and provide examples. \ No newline at end of file