]> Devi Nivas Git - smartwatch.git/log
smartwatch.git
6 weeks agoInitial uLCD Library Port
Advaith Menon [Sun, 16 Nov 2025 22:58:44 +0000 (17:58 -0500)]
Initial uLCD Library Port
* Copied over 4D Systems Goldelox-Linux Library
* Not tested yet, but most Linux syscalls replaced with a fn
  pointer (like in the ICM-20948 library)

6 weeks agoUpdate GPIO Input Code, Add Output
Advaith Menon [Sun, 16 Nov 2025 22:57:21 +0000 (17:57 -0500)]
Update GPIO Input Code, Add Output
* Add gpio_reset_pin to change pin modes to GPIO
* See https://github.com/espressif/esp-idf/issues/11975 for more info

6 weeks agoRemove ESP32 example README
Advaith Menon [Sun, 16 Nov 2025 08:12:51 +0000 (03:12 -0500)]
Remove ESP32 example README
* Remove the default README that came with the example template.

6 weeks agoAdd README
Advaith Menon [Sun, 16 Nov 2025 08:09:24 +0000 (03:09 -0500)]
Add README
* Add a draft README file

6 weeks agoAdd test program for button inputs
Advaith Menon [Sun, 16 Nov 2025 07:41:42 +0000 (02:41 -0500)]
Add test program for button inputs
* Allow esp_driver_gpio privilege
* Remove restart code
* Add test program to read input buttons

6 weeks agoInitial commit
Advaith Menon [Sun, 16 Nov 2025 06:27:13 +0000 (01:27 -0500)]
Initial commit
* Copy the Espressif hello_world example for use with the project
* Add .gitignore of Espressif to the project