#!/usr/bin/python3

'''
@location     abhilash's lab
@description  a place to store all the awesome
              i come across.
'''
def greeting():
  print("welcome to abhilash's lab")

if __name__ == '__main__':
  greeting()
  

Recent posts

Status LED Kernel Module

16 minute read

I have worked with GPS/GSM/4G CANBus Emulators/Simulators. Used python/bash/C/C++ to interface these modules. And everytime they come with drivers. Sometimes...

My Experience building DSLR Remotes

3 minute read

I have been a big fan of timelapses for a while. Been making timelapses and i enjoying works of others as well. Timelapse by me The timelapse above, was ...