ich denke man sollte es gleich für alle AVRs machen und dann für das RN-Control eigene Prototypen.
Also ca so:
void rn_control_led1(uint8_t state)
{
porta(pin3, state);
}
Ich hoffe du verstehst was ich meine
ich denke man sollte es gleich für alle AVRs machen und dann für das RN-Control eigene Prototypen.
Also ca so:
void rn_control_led1(uint8_t state)
{
porta(pin3, state);
}
Ich hoffe du verstehst was ich meine
Lesezeichen