1
0

doc: add some infos

- add some infos in doc
- add count limit prompt in query step
This commit is contained in:
2026-06-17 12:39:12 +08:00
parent cfa02e7d85
commit 96fa6263a8
4 changed files with 90 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
# LCR Connector
TODO
Get the resistor, capacitor, or inductor circuit which has the closest value for your given value within at most 3 devices.
# Todos
- [x] Refactor the legacy version.
- [ ] Add A-Star resolver in legacy version to replace LUT resolver.
- [ ] Use Rust to fully rewrite the legacy version as a library.
- [ ] Use Rust to create a CLI based on the library created at previous step.
- [ ] Utilize FLTK to create a GUI in desktop operating system.
- [ ] Utilize Flutter to create a GUI in mobile operating system.