Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Last active June 18, 2018 13:58
Show Gist options
  • Save LiewJunTung/d126cbc91b3b7bfef82706fce0c3d02f to your computer and use it in GitHub Desktop.
Save LiewJunTung/d126cbc91b3b7bfef82706fce0c3d02f to your computer and use it in GitHub Desktop.
namespace calculator {
class CalculatorImpl : public calculator::Calculator {
public:
//...
void updateRgbFrame(int8_t *rgb_buffer) override;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment