[go: nahoru, domu]

Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0x00 committed Aug 28, 2023
1 parent 36dc525 commit 544fe95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ monitor:

format:
clang-format -i --style=Mozilla *.ino *.hpp *.cpp

deps:
arduino-cli lib install SD
arduino-cli lib install DS3231
arduino-cli lib install "SparkFun High Precision Temperature Sensor TMP117 Qwiic"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Cave sleeper
Optimized, low power, ATmega328P microcontroller based code for a device that wakes up every X minutes to collect data and saves it to an SD card. In between collection, the CPU sleeps in order to conserve power. Allows connecting via bluetooth for data transfer.

Run `make deps` to install dependencies.

0 comments on commit 544fe95

Please sign in to comment.