Skip to content
View Turux's full-sized avatar
Block or Report

Block or report Turux

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

Pinned

  1. A MATLAB function that converts a 1D... A MATLAB function that converts a 1D array from degrees to revolutions
    1
    function [ revs ] = deg2revs( deg )
    2
    
                  
    3
    % @Brief:   A function that converts a 1D array from degrees to revolutions
    4
    % @Param:   deg  -> 1D array of angles expressed in degrees
    5
    % @Return:  revs -> 1D array that counts how many revolutions have been
  2. Garmin2Human Garmin2Human Public

    Converts .FIT files into something humans can use

    Python

  3. pedalforce pedalforce Public

    An analysis tool for raw data coming from SmartFit PedalForce. With possibility to import comparative data from WattBike

    MATLAB

  4. mazerunner mazerunner Public

    A little C program that generates a random maze, check that is solvable and then solves it

    C++

  5. tivaudio tivaudio Public

    A TI Tiva uController board with a PCM512 Audio Codec connected via I2S

    HTML