pushed stuff

This commit is contained in:
2021-04-01 17:19:12 +02:00
committed by IRS Cleanroom Laptop
parent 5b2c53cfd4
commit ce33a710e9
3 changed files with 45 additions and 27 deletions

View File

@ -144,6 +144,7 @@ void ObjectFactory::produce(){
(void) pdu2handler;
(void) acuhandler;
#if OBSW_ADD_ACS_BOARD == 1
GpioCookie* gpioCookieAcsBoard = new GpioCookie();
GpiodRegular* gpio = nullptr;
gpio = new GpiodRegular(std::string("gpiochip5"), 21, std::string("CS_GYRO_1_ADIS"),
@ -192,6 +193,7 @@ void ObjectFactory::produce(){
auto gyroL3gHandler = new GyroHandlerL3GD20H(objects::GYRO_1_L3G_HANDLER, objects::SPI_COM_IF,
spiCookie);
gyroL3gHandler->setStartUpImmediately();
#endif
/* Pin H2-11 on stack connector */
GpiodRegular* gpioConfigHeater0 = new GpiodRegular(std::string("gpiochip7"), 6,