-
Sergi Hernandez authored
Solved a problem in the dynamixel slave module when there was no answer. It stopped working. Added an initial ram module.
Sergi Hernandez authoredSolved a problem in the dynamixel slave module when there was no answer. It stopped working. Added an initial ram module.
ram.c 104 B
#include "ram.h"
uint8_t ram_data[256];
void ram_init(void)
{
// read contents from EEPROM to RAM
}