example

Example of the component espp/byte90 v1.0.7
# Byte90 Example

This example shows how to use the `espp::Byte90` hardware abstraction component
initialize the components on the [ALXV Labs
Byte90](https://github.com/alxv2016/Byte90-alxvlabs).

It initializes the accelerometer, button, and display subsystems.

![image](https://github.com/user-attachments/assets/2bf9fc0e-f577-408f-95ba-109806004cbc)

## How to use example

### Hardware Required

This example is designed to run on the ALXV Labs Byte90.

### Build and Flash

Build the project and flash it to the board, then run monitor tool to view
serial output:

```
idf.py -p PORT flash monitor
```

(Replace PORT with the name of the serial port to use.)

(To exit the serial monitor, type ``Ctrl-]``.)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.

## Example Output

![CleanShot 2025-06-05 at 15 33 16](https://github.com/user-attachments/assets/538f9744-f5b0-4b56-b6f7-7924b669307b)

![image](https://github.com/user-attachments/assets/2bf9fc0e-f577-408f-95ba-109806004cbc)
![image](https://github.com/user-attachments/assets/41b30c8a-1a73-47a0-ab3a-9c96ed0a2a3f)
![image](https://github.com/user-attachments/assets/29b4c473-cd81-4799-a67f-95af3a97e744)
![image](https://github.com/user-attachments/assets/4632ea35-53a3-4357-b324-d46927218436)

To create a project from this example, run:

idf.py create-project-from-example "espp/byte90=1.0.7:example"

or download archive (~3.84 KB)