----------------------------------------------------------------------------- Update class values based in BASIC mapping -----------------------------------------------------------------------------
| 1064 | // Update class values based in BASIC mapping |
| 1065 | //----------------------------------------------------------------------------- |
| 1066 | void Color::SetValueBasic |
| 1067 | ( |
| 1068 | uint8 const _instance, |
| 1069 | uint8 const _value |
| 1070 | ) |
| 1071 | { |
| 1072 | RequestValue( 0, Value_Color, _instance, Driver::MsgQueue_Send ); |
| 1073 | } |
no test coverage detected