-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from nielsonm236/BME280-Addition3
Add BME280 and fixes
- Loading branch information
Showing
42 changed files
with
4,780 additions
and
1,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
~$twork Module Manual - Code Rev 20221217 1925.doc |
Binary file renamed
BIN
+5.99 MB
...odule Manual - Code Rev 20221217 1925.odt → ...odule Manual - Code Rev 20230125 2003.doc
Binary file not shown.
Binary file renamed
BIN
+6.91 MB
...odule Manual - Code Rev 20221217 1925.doc → ...odule Manual - Code Rev 20230125 2003.odt
Binary file not shown.
Binary file renamed
BIN
+6.8 MB
...odule Manual - Code Rev 20221217 1925.pdf → ...odule Manual - Code Rev 20230125 2003.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Group File Created by IDEA | ||
# Project: <NetworkModule> | ||
# Sat Dec 24 03:36:12 2022 | ||
# Wed Jan 25 14:43:22 2023 | ||
# | ||
"networkmodule_vector.o" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
REM COMMAND FILE BUILT BY IDEA | ||
REM Sat Dec 24 03:36:08 2022 | ||
REM Wed Jan 25 14:43:18 2023 | ||
REM | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "networkmodule_vector.c" | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "ds18b20.c" "enc28j60.c" "gpio.c" "httpd.c" "i2c.c" "main.c" "mqtt.c" "mqtt_pal.c" "spi.c" "timer.c" "uart.c" "uip.c" "uip_arp.c" "uip_tcpapphub.c" | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "bme280.c" "ds18b20.c" "enc28j60.c" "gpio.c" "httpd.c" "i2c.c" "main.c" "mqtt.c" "mqtt_pal.c" "spi.c" "timer.c" "uart.c" "uip.c" "uip_arp.c" "uip_tcpapphub.c" | ||
clnk -v -sa -o "NetworkModule.sm8" -m "NetworkModule.map" "networkmodule.lkf" | ||
chex -f3 -o "NetworkModule.sx" "NetworkModule.sm8" | ||
clabs "NetworkModule.sm8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.