Skip to content
View cmoz's full-sized avatar

Block or report cmoz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cmoz/README.md

Pinned Loading

  1. Touch together, a socially playable ... Touch together, a socially playable instrument
    1
    #include <Adafruit_CircuitPlayground.h>
    2
    
                  
    3
    uint8_t pixeln = 0;
    4
    int capsense[10];
    5
    
                  
  2. Using Circuit Playground board, capa... Using Circuit Playground board, capacitive touch with servo movement
    1
    // Circuit is using 2 Servos
    2
    // You can use 1 servo if you want
    3
    // Servos on Pins 3 and 10 
    4
    // @cmoz
    5
    
                  
  3. Tinker Tinker Public

    Fun Code I'm working on

    C++

  4. C4_4.2HelloNeoPixels C4_4.2HelloNeoPixels
    1
    #include <Adafruit_CircuitPlayground.h>
    2
    
                  
    3
    float X, Y, Z;
    4
    #define MOVE_THRESHOLD 3 //To 10, lower the number more sensitive
    5
    
                  
  5. C5_5.3Stretch C5_5.3Stretch
    1
    #define MYRESISTOR 10000    
    2
    #define STRETCHPIN A0 
    3
     
    4
    void setup(void) {
    5
      Serial.begin(9600);
  6. Ultimate Ultimate Public

    C++