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
// This #include statement was automatically added by the Particle IDE. | |
#include "LedControl-MAX7219-MAX7221/LedControl-MAX7219-MAX7221.h" | |
#include <math.h> | |
LedControl lc=LedControl(D6,D4,D5,1); | |
int count = 0; | |
int lastCount = 0; | |
int downloadsPerInterval = 1; |
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
<?php declare(strict_types=1); | |
namespace Vendor; | |
use PHPUnit\Runner\AfterTestErrorHook; | |
final class BeepExtension implements AfterTestErrorHook | |
{ | |
public function executeAfterTestError(string $test, string $message, float $time): void | |
{ |
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
<?php | |
$you can use = 'spaces'; | |
var_dump($you can use); |
OlderNewer