Navigation

    mono community

    Mono

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Search
    1. Home
    2. kevinaltomare
    K
    • Chat with kevinaltomare
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    kevinaltomare

    @kevinaltomare

    1
    Reputation
    1
    Posts
    321
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    kevinaltomare Follow

    Posts made by kevinaltomare

    • RE: The Serial Port

      Thanks for putting together the tutorial. There's a small typo in your code for app_controller.cpp :
      // we tell it which function to call when it fires
      timer.setCallack<AppController>(this, &AppController::outputSomething);
      Should be:
      // we tell it which function to call when it fires
      timer.setCallback<AppController>(this, &AppController::outputSomething);

      posted in Announcements
      K
      kevinaltomare