Brooke Kuhlmann 80ff29343a Added project skeleton
Necessary to provide initial scaffolding for this project. This was generated using link:https://alchemists.io/projects/rubysmith[Rubysmith]. While this isn't a Ruby project since the core implementation is in C, having the Ruby tooling will help from a CI and code quality perspective.
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-23 13:01:34 +01:00
2026-02-13 21:27:38 +01:00
2026-02-23 10:00:38 -07:00
2026-02-23 10:00:38 -07:00
2026-02-20 16:54:39 +01:00

:toc: macro
:toclevels: 5
:figure-caption!:

= Sensor Scanner

toc::[]

== Features

== Requirements

. link:https://www.ruby-lang.org[Ruby].

== Setup

To set up project, run:

[source,bash]
----
git clone https://github.com/bkuhlmann/sensor_scanner
cd sensor_scanner
bin/setup
----

== Usage

== Development

To contribute, run:

[source,bash]
----
git clone https://github.com/usetrmnl/sensor_scanner
cd sensor_scanner
bin/setup
----

You can also use the IRB console for direct access to all objects:

[source,bash]
----
bin/console
----

== Tests

To test, run:

[source,bash]
----
bin/rake
----

== Credits

* Built with link:https://alchemists.io/projects/rubysmith[Rubysmith].
* Engineered by {trmnl_link}.
S
Description
No description provided
Readme
51 KiB
Languages
C++ 69.2%
Ruby 23.9%
Shell 3.9%
Makefile 3%