diff --git a/README.md b/README.md new file mode 100644 index 0000000..3765280 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# InfiniEmu + +InfiniEmu is an emulator that emulates a full [PineTime](https://pine64.org/devices/pinetime/) smartwatch, which includes: + +* [NRF52832](https://www.nordicsemi.com/Products/nRF52832) along with its ARM Cortex M4 CPU and peripherals, +* BMA425 I2C accelerometer +* CST816S I2C touch screen controller +* HRS3300 I2C heart rate sensor +* ST7789 SPI LCD display controller +* A generic SPI flash based on the XT25F32B-S + +# Screenshots + +![asd](docs/screenshot.jpg) \ No newline at end of file diff --git a/docs/screenshot.jpg b/docs/screenshot.jpg new file mode 100644 index 0000000..0484598 Binary files /dev/null and b/docs/screenshot.jpg differ