This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sense_hat import SenseHat | |
import time | |
sense = SenseHat() | |
p = (255,0,0) | |
e = (0,0,0) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Snippet | |
import akka.event.LogMarker | |
import akka.event.slf4j.Slf4jLogMarker | |
import net.logstash.logback.marker.RawJsonAppendingMarker | |
import io.circe._ | |
import io.circe.generic.extras._ | |
import io.circe.syntax._ | |
implicit private val config: Configuration = Configuration.default.withSnakeCaseMemberNames // ELK has good support for snake case json convention |