Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitz authored Dec 12, 2023
1 parent 1199376 commit 249508e
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions components.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,23 +343,7 @@ a=vmx(ERR, 0,val);
```

### TAPM
```c
// Create TAPM component (0)
//
// first parameter is component ID
// second parameter is component index upto number defined in vms
// third parameter is parameters, tunable
// forth parameter is parameters, tunable
// fifth parameter is parameters, tunable

//main
// creates TAPM
vmi(TAPM,0,0,0,0);

// update
// set TAPM value
vmx(TAPM, 0,val);
```
Obsolete component.

### UAS
```c
Expand Down

0 comments on commit 249508e

Please sign in to comment.