From bfadf5a67cbaabb2aa847d51dee016803fc143ad Mon Sep 17 00:00:00 2001 From: Skot Croshere Date: Thu, 11 May 2023 12:24:11 -0400 Subject: [PATCH] changed main file to main.c updated readme --- main/CMakeLists.txt | 2 +- main/{bitaxe.c => main.c} | 0 readme.md | 11 ----------- 3 files changed, 1 insertion(+), 12 deletions(-) rename main/{bitaxe.c => main.c} (100%) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index bee50cbd1..cb717b502 100755 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -6,7 +6,7 @@ idf_component_register(SRCS "adc.c" "INA260.c" "EMC2101.c" -"bitaxe.c" +"main.c" "led_controller.c" "DS4432U.c" "EMC2101.c" diff --git a/main/bitaxe.c b/main/main.c similarity index 100% rename from main/bitaxe.c rename to main/main.c diff --git a/readme.md b/readme.md index 27ceffba0..07764cbe9 100755 --- a/readme.md +++ b/readme.md @@ -41,14 +41,3 @@ Enter `idf.py -p PORT flash monitor` to build, flash and monitor the project. See the [Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html) for full steps to configure and use ESP-IDF to build projects. -## Example Output - -```bash -I (328) i2c-simple-example: I2C initialized successfully -I (338) i2c-simple-example: WHO_AM_I = 71 -I (338) i2c-simple-example: I2C unitialized successfully -``` - -## Troubleshooting - -(For any technical queries, please open an [issue](https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you as soon as possible.)