Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rymcu/rymcu-mcu-databases
Database that holds basic MCU information.
https://github.com/rymcu/rymcu-mcu-databases
Last synced: 8 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T03:43:58.000Z (about 4 years ago)
- Last Synced: 2023-05-20T20:04:48.847Z (over 1 year 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
```