I just soldered up my Terrarium and have been exploring the inputs. I wrote the following code to verify the hardware inputs:
#include "daisy_petal.h"
#include "terrarium.h"
using namespace daisy;
using namespace terrarium;
DaisyPetal petal;
void pot_led_flash_control(uint8_t pot_num) {...