Last active
May 13, 2021 13:30
-
-
Save amotl/5ed6b3eb1fcd2bc78552b218b426f6aa to your computer and use it in GitHub Desktop.
HX711 library spring cleaning
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
offgrid:HX711 amo$ make build-all | |
Environment atmega [SUCCESS] | |
Environment feather_328 [SUCCESS] | |
Environment huzzah [SUCCESS] | |
Environment lopy4 [SUCCESS] | |
Environment feather_m0 [SUCCESS] | |
Environment feather_m4 [SUCCESS] | |
Environment bluepill [SUCCESS] |
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
offgrid:HX711 amo$ make build-all | |
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. | |
Processing atmega (platform: atmelavr; board: megaatmega2560; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/megaatmega2560.html | |
PLATFORM: Atmel AVR > Arduino Mega or Mega 2560 ATmega2560 (Mega 2560) | |
HARDWARE: ATMEGA2560 16MHz 8KB RAM (248KB Flash) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 6 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/atmega/src/HX711_basic_example.ino.cpp.o | |
Linking .pioenvs/atmega/firmware.elf | |
Checking size .pioenvs/atmega/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [ ] 3.3% (used 269 bytes from 8192 bytes) | |
PROGRAM: [ ] 1.7% (used 4194 bytes from 253952 bytes) | |
================================================================= [SUCCESS] Took 1.12 seconds ================================================================= | |
Processing feather_328 (platform: atmelavr; board: feather328p; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/feather328p.html | |
PLATFORM: Atmel AVR > Adafruit Feather 328P | |
HARDWARE: ATMEGA328P 8MHz 2KB RAM (31.50KB Flash) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 6 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/feather_328/src/HX711_basic_example.ino.cpp.o | |
Linking .pioenvs/feather_328/firmware.elf | |
Checking size .pioenvs/feather_328/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [= ] 13.1% (used 269 bytes from 2048 bytes) | |
PROGRAM: [= ] 10.6% (used 3406 bytes from 32256 bytes) | |
================================================================= [SUCCESS] Took 1.12 seconds ================================================================= | |
Processing huzzah (platform: espressif8266; board: huzzah; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/huzzah.html | |
PLATFORM: Espressif 8266 > Adafruit HUZZAH ESP8266 | |
HARDWARE: ESP8266 80MHz 80KB RAM (4MB Flash) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 27 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/huzzah/src/HX711_basic_example.ino.cpp.o | |
Retrieving maximum program size .pioenvs/huzzah/firmware.elf | |
Checking size .pioenvs/huzzah/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [=== ] 34.4% (used 28140 bytes from 81920 bytes) | |
PROGRAM: [== ] 24.1% (used 252204 bytes from 1044464 bytes) | |
================================================================= [SUCCESS] Took 1.43 seconds ================================================================= | |
Processing lopy4 (platform: espressif32; board: lopy4; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/lopy4.html | |
PLATFORM: Espressif 32 > Pycom LoPy4 | |
HARDWARE: ESP32 240MHz 1.25MB RAM (4MB Flash) | |
DEBUG: CURRENT(esp-prog) EXTERNAL(esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 27 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/lopy4/src/HX711_basic_example.ino.cpp.o | |
Retrieving maximum program size .pioenvs/lopy4/firmware.elf | |
Checking size .pioenvs/lopy4/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [ ] 1.0% (used 13032 bytes from 1310720 bytes) | |
PROGRAM: [== ] 15.4% (used 202336 bytes from 1310720 bytes) | |
================================================================= [SUCCESS] Took 1.71 seconds ================================================================= | |
Processing feather_m0 (platform: atmelsam; board: adafruit_feather_m0; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/atmelsam/adafruit_feather_m0.html | |
PLATFORM: Atmel SAM > Adafruit Feather M0 | |
HARDWARE: SAMD21G18A 48MHz 32KB RAM (256KB Flash) | |
DEBUG: CURRENT(atmel-ice) EXTERNAL(atmel-ice, blackmagic, jlink) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 8 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/feather_m0/src/HX711_basic_example.ino.cpp.o | |
Checking size .pioenvs/feather_m0/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [= ] 8.1% (used 2652 bytes from 32768 bytes) | |
PROGRAM: [ ] 4.5% (used 11736 bytes from 262144 bytes) | |
================================================================= [SUCCESS] Took 2.85 seconds ================================================================= | |
Processing feather_m4 (platform: atmelsam; board: adafruit_feather_m4; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/atmelsam/adafruit_feather_m4.html | |
PLATFORM: Atmel SAM > Adafruit Feather M4 Express (SAMD51) | |
HARDWARE: SAMD51J19A 120MHz 192KB RAM (496KB Flash) | |
DEBUG: CURRENT(atmel-ice) EXTERNAL(atmel-ice, blackmagic, jlink) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 8 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/feather_m4/src/HX711_basic_example.ino.cpp.o | |
Checking size .pioenvs/feather_m4/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [ ] 1.2% (used 2264 bytes from 196608 bytes) | |
PROGRAM: [ ] 2.3% (used 11752 bytes from 507904 bytes) | |
================================================================= [SUCCESS] Took 2.90 seconds ================================================================= | |
Processing bluepill (platform: ststm32; board: bluepill_f103c8; framework: arduino) | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Verbose mode can be enabled via `-v, --verbose` option | |
CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/bluepill_f103c8.html | |
PLATFORM: ST STM32 > BluePill F103C8 | |
HARDWARE: STM32F103C8T6 72MHz 20KB RAM (64KB Flash) | |
DEBUG: CURRENT(stlink) EXTERNAL(blackmagic, jlink, stlink) | |
Converting HX711_basic_example.ino | |
Library Dependency Finder -> http://bit.ly/configure-pio-ldf | |
LDF MODES: FINDER(chain) COMPATIBILITY(soft) | |
Collected 9 compatible libraries | |
Scanning dependencies... | |
No dependencies | |
Compiling .pioenvs/HX711.cpp.o | |
Compiling .pioenvs/bluepill/src/HX711_basic_example.ino.cpp.o | |
Checking size .pioenvs/bluepill/firmware.elf | |
Memory Usage -> http://bit.ly/pio-memory-usage | |
DATA: [ ] 3.8% (used 776 bytes from 20480 bytes) | |
PROGRAM: [== ] 22.1% (used 14468 bytes from 65536 bytes) | |
================================================================= [SUCCESS] Took 3.21 seconds ================================================================= | |
========================================================================== [SUMMARY] ========================================================================== | |
Environment atmega [SUCCESS] | |
Environment feather_328 [SUCCESS] | |
Environment huzzah [SUCCESS] | |
Environment lopy4 [SUCCESS] | |
Environment feather_m0 [SUCCESS] | |
Environment feather_m4 [SUCCESS] | |
Environment bluepill [SUCCESS] | |
================================================================= [SUCCESS] Took 11.13 seconds ================================================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment