changed main file to main.c updated readme

This commit is contained in:
Skot Croshere
2023-05-11 12:24:11 -04:00
committed by johnny9
parent 9b71eac928
commit bfadf5a67c
3 changed files with 1 additions and 12 deletions

View File

@@ -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"

View File

@@ -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.)