diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
| commit | cc8792b3150f7b7f0a5a297dedd78295d4031c68 (patch) | |
| tree | 2b8d24c3f195e3d2c71ae04a371c68defdb45c39 /README.md | |
| parent | dbf4264109f52fb7d1479d1119e39fddafd952bd (diff) | |
finished the webpage, and the main code is functioning correctly
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,7 +1,10 @@ | |||
| 1 | # I2C | 1 | # I2C |
| 2 | |||
| 2 | A application to control an I2C display on RPI. | 3 | A application to control an I2C display on RPI. |
| 3 | This application should represent a multi-use software with features ranging from a bus line analyser, bus delay analiser, an generative AI command line, weather reports, note's saving and much more. | 4 | This application should represent a multi-use software with features ranging from a bus line analyser, bus delay analiser, an generative AI command line, weather reports, note's saving and much more. |
| 4 | 5 | ||
| 5 | This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. | 6 | This is a starter project with the goal of expanded everything later on to let's say an e-ink display or small LCD. |
| 6 | 7 | ||
| 7 | 18/11/2024 migrating to C for the main code \ No newline at end of file | 8 | 18/11/2024 migrating to C for the main code |
| 9 | |||
| 10 | The program is Multi-platform and even supports a web-console | ||
