https://github.com/rymcu/rymcu-mcu-databases
Database that holds basic MCU information.
https://github.com/rymcu/rymcu-mcu-databases
Last synced: 5 months ago
JSON representation
Database that holds basic MCU information.
- Host: GitHub
- URL: https://github.com/rymcu/rymcu-mcu-databases
- Owner: rymcu
- License: apache-2.0
- Created: 2020-09-24T03:12:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T03:43:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T03:32:30.768Z (6 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rymcu-mcu-databases
Database that holds basic MCU information.
# How to use
```npm
npm install rymcu-mcu-databases
``````js
const md = new MCUDatabases()
find_model(magic: number): MCUModel
add_model(models: Array)
get_databases():Array
print_model_info(model: MCUModel):void
```