All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.silverspoon.bulldog.devices.pwmdriver.FrequencyLookupTable Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package io.silverspoon.bulldog.devices.pwmdriver;

import java.util.HashMap;

public class FrequencyLookupTable extends HashMap {

   /**
    *
    */
   private static final long serialVersionUID = 4953943440394262798L;

   public FrequencyLookupTable() {
      this.put(50.0, 134);
   }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy